Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 783 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 783 Bytes

attach-encrypted-files-to-gmail

This is a chrome to attach files to gmail using InboxSdk JS library.

This chome extension can be added to your chrome browser by the below steps.

  1. go to this url in chrome browser chrome://extensions/
  2. check the developer mode checkbox.
  3. click on load unpacked extension button and browse this folder.
  4. this extension will get your added to your chrome browser.
  5. When you click on compose there will be a small icon in the compose window in gmail which you can click to access this feature.

You can attach this files directly or pass through AJAX call to encrypt this file through 3rd party APIS.

The documentation of InboxSdk can be found on the below url, https://www.inboxsdk.com/docs/

The ajax call is made in the conent.js file.