Project DoubleCheck
Send emails and documents to a certified proofreader with one click!
Wat is Project DoubleCheck?
Project DoubleCheck is een Chrome-extensie ontwikkeld door corbin.page, en de belangrijkste functie is "Send emails and documents to a certified proofreader with one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Project DoubleCheck
Download Project DoubleCheck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get professional proofreaders to doublecheck everything you write. Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!
Basisinformatie over de Extensie
Naam | |
ID | fjjocldijkikphpmgniongphogcpgmfo |
Officiële URL | https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo |
Beschrijving | Send emails and documents to a certified proofreader with one click! |
Bestandsgrootte | 2.77 MB |
Aantal Installaties | 15 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2015-06-10 |
Publicatiedatum | 2015-06-10 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | corbin.page |
Betalingswijze | free |
Extensiewebsite | https://projectdoublecheck.com/ |
Help Pagina-URL | https://projectdoublecheck.com/#about |
Ondersteunde Talen | 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" } } |