Project DoubleCheck
Send emails and documents to a certified proofreader with one click!
Apa itu Project DoubleCheck?
Project DoubleCheck adalah ekstensi Chrome yang dikembangkan oleh corbin.page, dan fitur utamanya adalah "Send emails and documents to a certified proofreader with one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Project DoubleCheck
Unduh file ekstensi Project DoubleCheck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Get professional proofreaders to doublecheck everything you write. Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!
Informasi Dasar Ekstensi
Nama | |
ID | fjjocldijkikphpmgniongphogcpgmfo |
URL Resmi | https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo |
Deskripsi | Send emails and documents to a certified proofreader with one click! |
Ukuran File | 2.77 MB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2015-06-10 |
Tanggal Publikasi | 2015-06-10 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | corbin.page |
Tipe Pembayaran | free |
Situs Ekstensi | https://projectdoublecheck.com/ |
URL Halaman Bantuan | https://projectdoublecheck.com/#about |
Bahasa yang Didukung | 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" } } |