Project DoubleCheck
Send emails and documents to a certified proofreader with one click!
What is Project DoubleCheck?
Project DoubleCheck is a Chrome extension developed by corbin.page, and its main feature is "Send emails and documents to a certified proofreader with one click!".
Extension Screenshots
Download Project DoubleCheck Extension CRX File
Download Project DoubleCheck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get professional proofreaders to doublecheck everything you write. Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!
Extension Basic Information
Name | |
ID | fjjocldijkikphpmgniongphogcpgmfo |
Official URL | https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo |
Description | Send emails and documents to a certified proofreader with one click! |
File Size | 2.77 MB |
Installation Count | 15 |
Current Version | 0.1.3 |
Last Updated | 2015-06-10 |
Publish Date | 2015-06-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | corbin.page |
Payment Type | free |
Extension Website | https://projectdoublecheck.com/ |
Help Page URL | https://projectdoublecheck.com/#about |
Supported Languages | 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" } } |