Add to OmniFocus for Gmail
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Cos'è Add to OmniFocus for Gmail?
Add to OmniFocus for Gmail è un'estensione di Chrome sviluppata da https://schof.co, e la sua funzione principale è "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add to OmniFocus for Gmail
Scarica i file di estensione Add to OmniFocus for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Add to OmniFocus for Gmail |
ID | ihgdbplidfgbloomplhlgncccbnpfdpm |
URL Ufficiale | https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm |
Descrizione | Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. |
Dimensione del File | 53.15 KB |
Conteggio Installazioni | 1,052 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2020-07-09 |
Data di Pubblicazione | 2019-07-22 |
Valutazione | 3.50/5 Totale 8 Valutazioni |
Sviluppatore | https://schof.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://schof.co |
URL della Pagina di Aiuto | https://schof.co/?utm_source=gmail-omnifocus |
URL della Pagina della Politica sulla Privacy | https://infowijs.nl/privacy?r=google-webstore |
Lingue Supportate | 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 } |