Add to Things for Gmail
Adds a button to Gmail threads to add them to Things, including a link to the message.
Cos'è Add to Things for Gmail?
Add to Things 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 Things, including a link to the message.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add to Things for Gmail
Scarica i file di estensione Add to Things 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
Simple extension, which adds a button to Gmail threads to add them to Things, including a link to the message.
Informazioni di Base sull'Estensione
Nome | Add to Things for Gmail |
ID | mkpapmkjeddhenbmhdihdiiijgckifln |
URL Ufficiale | https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln |
Descrizione | Adds a button to Gmail threads to add them to Things, including a link to the message. |
Dimensione del File | 52.79 KB |
Conteggio Installazioni | 306 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-07-24 |
Data di Pubblicazione | 2019-07-24 |
Valutazione | 5.00/5 Totale 1 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-things |
URL della Pagina della Politica sulla Privacy | https://infowijs.nl/privacy?r=google-webstore |
Lingue Supportate | 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 } |