TouchStream

TouchStream provides an efficient method of maintaining strong relationships with clients.

什么是TouchStream?

TouchStream是由http://touchstreamapp.com开发的Chrome扩展程序,该扩展的主要功能是“TouchStream provides an efficient method of maintaining strong relationships with clients.”。

扩展截图

screenshot

下载TouchStream扩展crx文件

下载TouchStream扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 TouchStream TouchStream
ID iifabpjkdbdonijnmkakpnokkhmhgjgl
官方URL https://chrome.google.com/webstore/detail/touchstream/iifabpjkdbdonijnmkakpnokkhmhgjgl
简介 TouchStream provides an efficient method of maintaining strong relationships with clients.
文件大小 168 KB
安装次数 31
当前版本 1.5
更新时间 2016-03-16
上架时间 2016-03-16
评分 4.00/5 共1次评分
开发者 http://touchstreamapp.com
付费类型 free
扩展官网 https://touchstreamapp.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TouchStream",
    "version": "1.5",
    "manifest_version": 2,
    "description": "TouchStream provides an efficient method of maintaining strong relationships with clients.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/install_and_upgrade.js",
            "scripts\/extension_installed_check.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/icon.png"
        },
        "default_title": "TouchStream",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/contacts\/*"
            ],
            "js": [
                "scripts\/find_emails_in_gmail.js",
                "scripts\/inbox_link.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/contacts\/*"
            ],
            "js": [
                "scripts\/find_emails_on_any_page.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/touchstreamapp.com\/*",
            "https:\/\/touchstream.io\/*",
            "https:\/\/staging.touchstreamapp.com\/*",
            "https:\/\/staging2.touchstreamapp.com\/*",
            "https:\/\/staging.touchstream.io\/*",
            "https:\/\/staging2.touchstream.io\/*",
            "http:\/\/lvh.me:3000\/*",
            "http:\/\/lvh.me:3700\/*"
        ],
        "accepts_tls_channel_id": false
    }
}