Project DoubleCheck

Send emails and documents to a certified proofreader with one click!

Project DoubleCheck란 무엇입니까?

Project DoubleCheck은(는) corbin.page에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send emails and documents to a certified proofreader with one click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Project DoubleCheck 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get professional proofreaders to doublecheck everything you write. 
Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!                    

확장 프로그램 기본 정보

이름 Project DoubleCheck Project DoubleCheck
ID fjjocldijkikphpmgniongphogcpgmfo
공식 URL https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo
설명 Send emails and documents to a certified proofreader with one click!
파일 크기 2.77 MB
설치 횟수 15
현재 버전 0.1.3
최근 업데이트 2015-06-10
출시 날짜 2015-06-10
평점 5.00/5 총 3 개의 평점
개발자 corbin.page
결제 유형 free
확장 프로그램 웹 사이트 https://projectdoublecheck.com/
도움말 페이지 URL https://projectdoublecheck.com/#about
지원되는 언어 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"
    }
}