Add to Things for Gmail
Adds a button to Gmail threads to add them to Things, including a link to the message.
What is Add to Things for Gmail?
Add to Things for Gmail is a Chrome extension developed by https://schof.co, and its main feature is "Adds a button to Gmail threads to add them to Things, including a link to the message.".
Extension Screenshots
Download Add to Things for Gmail Extension CRX File
Download Add to Things for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple extension, which adds a button to Gmail threads to add them to Things, including a link to the message.
Extension Basic Information
Name | |
ID | mkpapmkjeddhenbmhdihdiiijgckifln |
Official URL | https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln |
Description | Adds a button to Gmail threads to add them to Things, including a link to the message. |
File Size | 52.79 KB |
Installation Count | 306 |
Current Version | 1.0.1 |
Last Updated | 2019-07-24 |
Publish Date | 2019-07-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://schof.co |
[email protected] | |
Payment Type | free |
Extension Website | https://schof.co |
Help Page URL | https://schof.co/?utm_source=gmail-things |
Privacy Policy Page URL | https://infowijs.nl/privacy?r=google-webstore |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Things for Gmail", "short_name": "Things", "version": "1.0.1", "description": "Adds a button to Gmail threads to add them to Things, including a link to the message.", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "content.js", "main.js", "vendor.js" ], "manifest_version": 2 } |