1stream Click to Dial
1stream Click-to-dial
1stream Click to Dialとは何ですか?
1stream Click to Dialはdevによって開発されたChromeの拡張機能で、その主な機能は「1stream Click-to-dial」です。
拡張機能のスクリーンショット
1stream Click to Dial拡張機能のCRXファイルをダウンロード
1stream Click to Dial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple One Click Dialing (Click to Dial) from you CRM contact and ticket pages.
# Reduce time and effort with one click dialing.
# Eliminate the manual step of using your phone's dialpad.
# Use your Chrome Browser to generate an outbound call. 拡張機能の基本情報
| 名前 | |
| ID | cadpchhiecjamhhiamobkoodnlabpbke |
| 公式URL | https://chromewebstore.google.com/detail/1stream-click-to-dial/cadpchhiecjamhhiamobkoodnlabpbke |
| 説明 | 1stream Click-to-dial |
| ファイルサイズ | 57.93 KB |
| インストール数 | 230 |
| 現在のバージョン | 1.1.2 |
| 最終更新日 | 2023-05-31 |
| 公開日 | 2020-06-29 |
| 開発者 | dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1stream Click to Dial",
"version": "1.1.2",
"description": "1stream Click-to-dial",
"host_permissions": [
"*:\/\/portal.1stream.com\/*",
"*:\/\/desktop-bokovup.jbhworks.com\/*"
],
"permissions": [
"storage",
"declarativeContent",
"tabs"
],
"action": {
"default_title": "1stream Dial",
"default_icon": "img\/1streamlogo-narrow-41x34.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.infusionsoft.com\/Contact\/manageContact*",
"https:\/\/*.infusionsoft.com\/Contact\/oldManageContact_legacy*",
"https:\/\/*.infusionsoft.com\/app\/searchResults*",
"https:\/\/*.infusionsoft.com\/Reports\/searchTemplate*",
"https:\/\/*.autotask.net\/*",
"https:\/\/*.salesforce.com\/003*",
"https:\/\/*.salesforce.com\/500*",
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.lightning.force.com\/lightning\/r\/Contact\/003*",
"https:\/\/*.lightning.force.com\/lightning\/r\/Case\/500*",
"https:\/\/*.service-now.com\/*",
"https:\/\/*.hubspot.com\/contacts\/*",
"https:\/\/*.syncromsp.com\/tickets\/*",
"https:\/\/*.syncromsp.com\/customers\/*",
"https:\/\/*.zendesk.com\/agent\/*"
],
"js": [
"js\/jquery-3.3.1.min.js",
"js\/content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"img\/1streamlogo-narrow-41x34.png"
],
"matches": [
" | |