TouchStream

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

Qu'est-ce que TouchStream ?

TouchStream est une extension Chrome développée par http://touchstreamapp.com, et sa fonction principale est "TouchStream provides an efficient method of maintaining strong relationships with clients.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TouchStream

Téléchargez les fichiers d'extension TouchStream au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom TouchStream TouchStream
ID iifabpjkdbdonijnmkakpnokkhmhgjgl
URL Officiel https://chrome.google.com/webstore/detail/touchstream/iifabpjkdbdonijnmkakpnokkhmhgjgl
Description TouchStream provides an efficient method of maintaining strong relationships with clients.
Taille du Fichier 168 KB
Nombre d'Installations 31
Version Actuelle 1.5
Dernière Mise à Jour 2016-03-16
Date de Publication 2016-03-16
Évaluation 4.00/5 Total 1 Évaluations
Développeur http://touchstreamapp.com
Type de Paiement free
Site Web de l'Extension https://touchstreamapp.com
Langues Prises en Charge 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
    }
}