Project DoubleCheck
Send emails and documents to a certified proofreader with one click!
Project DoubleCheck là gì?
Project DoubleCheck là một tiện ích mở rộng Chrome được phát triển bởi corbin.page, và tính năng chính của nó là "Send emails and documents to a certified proofreader with one click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Project DoubleCheck
Tải xuống các tệp mở rộng Project DoubleCheck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Get professional proofreaders to doublecheck everything you write. Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fjjocldijkikphpmgniongphogcpgmfo |
URL Chính Thức | https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo |
Mô tả | Send emails and documents to a certified proofreader with one click! |
Kích Thước Tệp | 2.77 MB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2015-06-10 |
Ngày Phát Hành | 2015-06-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | corbin.page |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://projectdoublecheck.com/ |
URL Trang Trợ Giúp | https://projectdoublecheck.com/#about |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |