Project DoubleCheck
Send emails and documents to a certified proofreader with one click!
Qu'est-ce que Project DoubleCheck ?
Project DoubleCheck est une extension Chrome développée par corbin.page, et sa fonction principale est "Send emails and documents to a certified proofreader with one click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Project DoubleCheck
Téléchargez les fichiers d'extension Project DoubleCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get professional proofreaders to doublecheck everything you write. Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!
Informations de Base sur l'Extension
Nom | |
ID | fjjocldijkikphpmgniongphogcpgmfo |
URL Officiel | https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo |
Description | Send emails and documents to a certified proofreader with one click! |
Taille du Fichier | 2.77 MB |
Nombre d'Installations | 15 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2015-06-10 |
Date de Publication | 2015-06-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | corbin.page |
Type de Paiement | free |
Site Web de l'Extension | https://projectdoublecheck.com/ |
URL de la Page d'Aide | https://projectdoublecheck.com/#about |
Langues Prises en Charge | 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" } } |