Project DoubleCheck
Send emails and documents to a certified proofreader with one click!
Cos'è Project DoubleCheck?
Project DoubleCheck è un'estensione di Chrome sviluppata da corbin.page, e la sua funzione principale è "Send emails and documents to a certified proofreader with one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Project DoubleCheck
Scarica i file di estensione Project DoubleCheck 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
Get professional proofreaders to doublecheck everything you write. Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!
Informazioni di Base sull'Estensione
Nome | |
ID | fjjocldijkikphpmgniongphogcpgmfo |
URL Ufficiale | https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo |
Descrizione | Send emails and documents to a certified proofreader with one click! |
Dimensione del File | 2.77 MB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2015-06-10 |
Data di Pubblicazione | 2015-06-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | corbin.page |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://projectdoublecheck.com/ |
URL della Pagina di Aiuto | https://projectdoublecheck.com/#about |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Project DoubleCheck", "short_name": "Project DoubleCheck", "description": "Send emails and documents to a certified proofreader with one click!", "version": "0.1.3", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "jquery-2.1.1.min.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/images\/double-check-alt-24.png" ], "icons": { "32": "\/images\/double-check-32.png", "64": "\/images\/double-check-64.png", "128": "\/images\/double-check-128.png" } } |