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.」です。
拡張機能のスクリーンショット
TouchStream拡張機能のCRXファイルをダウンロード
TouchStream拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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
}
} | |