Add to OmniFocus for Gmail
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Add to OmniFocus for Gmail क्या है?
Add to OmniFocus for Gmail https://schof.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add to OmniFocus for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Add to OmniFocus for Gmail |
ID | ihgdbplidfgbloomplhlgncccbnpfdpm |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm |
विवरण | Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. |
फ़ाइल का आकार | 53.15 KB |
स्थापना संख्या | 1,052 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2020-07-09 |
प्रकाशन तिथि | 2019-07-22 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://schof.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://schof.co |
सहायता पृष्ठ URL | https://schof.co/?utm_source=gmail-omnifocus |
गोपनीयता नीति पृष्ठ URL | https://infowijs.nl/privacy?r=google-webstore |
समर्थित भाषाएँ | 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 } |