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?

Add to Things for Gmail是由https://schof.co開發的Chrome擴展程式,該擴展的主要功能是“Adds a button to Gmail threads to add them to Things, including a link to the message.”。

擴展截圖

screenshot

下載Add to Things for Gmail擴展crx文件

下載Add to Things for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Add to Things for Gmail Add to Things for Gmail
ID mkpapmkjeddhenbmhdihdiiijgckifln
官方網址 https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln
簡介 Adds a button to Gmail threads to add them to Things, including a link to the message.
檔案大小 52.79 KB
安裝次數 306
目前版本 1.0.1
更新時間 2019-07-24
上架時間 2019-07-24
評分 5.00/5 共 1 次評分
開發者 https://schof.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://schof.co
說明頁面URL https://schof.co/?utm_source=gmail-things
隱私政策頁面URL https://infowijs.nl/privacy?r=google-webstore
支援的語言 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
}