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 là gì?

Writing Tips for Gmail from Irregardless.ly là một tiện ích mở rộng Chrome được phát triển bởi http://irregardless.ly, và tính năng chính của nó là "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Writing Tips for Gmail from Irregardless.ly

Tải xuống các tệp mở rộng Writing Tips for Gmail from Irregardless.ly 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Writing Tips for Gmail from Irregardless.ly Writing Tips for Gmail from Irregardless.ly
ID cehofpnciifhojdclkggfkfolplhegen
URL Chính Thức https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen
Mô tả Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2018-08-28
Ngày Phát Hành 2018-08-28
Nhà Phát Triển http://irregardless.ly
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}