Writing Tips for Gmail from Irregardless.ly

Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…

Writing Tips for Gmail from Irregardless.ly란 무엇입니까?

Writing Tips for Gmail from Irregardless.ly은(는) http://irregardless.ly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Writing Tips for Gmail from Irregardless.ly 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. 

If you have ideas for how we can improve on this beta version or run into an issue, email us at [email protected]. 

Only you can see when there are tips are available. Your recipients will never see an underline or a tip in your email.                    

확장 프로그램 기본 정보

이름 Writing Tips for Gmail from Irregardless.ly Writing Tips for Gmail from Irregardless.ly
ID cehofpnciifhojdclkggfkfolplhegen
공식 URL https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen
설명 Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…
파일 크기 1.42 MB
설치 횟수 33
현재 버전 0.1.1
최근 업데이트 2018-08-28
출시 날짜 2018-08-28
개발자 http://irregardless.ly
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Writing Tips for Gmail from Irregardless.ly",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content_script.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/irr-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "0.1.1"
}