Add to Things for Gmail

Adds a button to Gmail threads to add them to Things, including a link to the message.

Add to Things for Gmail là gì?

Add to Things for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://schof.co, và tính năng chính của nó là "Adds a button to Gmail threads to add them to Things, including a link to the message.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to Things for Gmail

Tải xuống các tệp mở rộng Add to Things for Gmail 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

                        Simple extension, which adds a button to Gmail threads to add them to Things, including a link to the message.                    

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

Tên Add to Things for Gmail Add to Things for Gmail
ID mkpapmkjeddhenbmhdihdiiijgckifln
URL Chính Thức https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln
Mô tả Adds a button to Gmail threads to add them to Things, including a link to the message.
Kích Thước Tệp 52.79 KB
Số Lần Cài Đặt 306
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-07-24
Ngày Phát Hành 2019-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://schof.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://schof.co
URL Trang Trợ Giúp https://schof.co/?utm_source=gmail-things
URL Trang Chính Sách Bảo Mật https://infowijs.nl/privacy?r=google-webstore
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Things for Gmail",
    "short_name": "Things",
    "version": "1.0.1",
    "description": "Adds a button to Gmail threads to add them to Things, including a link to the message.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "content.js",
        "main.js",
        "vendor.js"
    ],
    "manifest_version": 2
}