TouchStream
TouchStream provides an efficient method of maintaining strong relationships with clients.
Was ist TouchStream?
TouchStream ist eine Chrome-Erweiterung, die von http://touchstreamapp.com entwickelt wurde, und ihr Hauptmerkmal ist "TouchStream provides an efficient method of maintaining strong relationships with clients.".
Erweiterungsscreenshots
TouchStream-Erweiterungs-CRX-Datei herunterladen
Laden Sie TouchStream-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iifabpjkdbdonijnmkakpnokkhmhgjgl |
| Offizielle URL | https://chrome.google.com/webstore/detail/touchstream/iifabpjkdbdonijnmkakpnokkhmhgjgl |
| Beschreibung | TouchStream provides an efficient method of maintaining strong relationships with clients. |
| Dateigröße | 168 KB |
| Installationsanzahl | 31 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2016-03-16 |
| Veröffentlichungsdatum | 2016-03-16 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | http://touchstreamapp.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://touchstreamapp.com |
| Unterstützte Sprachen | 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
}
} | |