Add to OmniFocus for Gmail
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
What is Add to OmniFocus for Gmail?
Add to OmniFocus 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 OmniFocus, including a link to the message.".
Extension Screenshots
Download Add to OmniFocus for Gmail Extension CRX File
Download Add to OmniFocus 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
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. This extension works with the new Gmail as well as with the old Gmail interface. Support for the new Gmail UI is in beta, so please let us know if something isn't working correctly for you! You can reach us on: [email protected] After installing, please reload any Gmail tabs you might have open, so that the button will show up. Note: this extension is in no way affiliated or created by Omnigroup.
Extension Basic Information
Name | Add to OmniFocus for Gmail |
ID | ihgdbplidfgbloomplhlgncccbnpfdpm |
Official URL | https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm |
Description | Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. |
File Size | 53.15 KB |
Installation Count | 1,052 |
Current Version | 1.1.2 |
Last Updated | 2020-07-09 |
Publish Date | 2019-07-22 |
Rating | 3.50/5 Total 8 Ratings |
Developer | https://schof.co |
[email protected] | |
Payment Type | free |
Extension Website | https://schof.co |
Help Page URL | https://schof.co/?utm_source=gmail-omnifocus |
Privacy Policy Page URL | https://infowijs.nl/privacy?r=google-webstore |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to OmniFocus for Gmail", "short_name": "OmniFocus", "version": "1.1.2", "description": "Adds a button to Gmail threads to add them to OmniFocus, 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 } |