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
官方URL 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
}