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
官方網址 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
    }
}