1COM
1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it
1COMとは何ですか?
1COMはhttps://1com.co.ilによって開発されたChromeの拡張機能で、その主な機能は「1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it」です。
拡張機能のスクリーンショット
1COM拡張機能のCRXファイルをダウンロード
1COM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1com for agent, provide the agent to login/logout, pause with reason/unpause, login as virtual extension (hot desking). dedicated for 1com PBX customers. click2call and incoming calls popup to integrate with any web based CRM.
拡張機能の基本情報
名前 | 1COM |
ID | mbiacbhbjhoimiiplminicfnmnolmgih |
公式URL | https://chromewebstore.google.com/detail/1com/mbiacbhbjhoimiiplminicfnmnolmgih |
説明 | 1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it |
ファイルサイズ | 95.33 KB |
インストール数 | 469 |
現在のバージョン | 21.11.12 |
最終更新日 | 2021-11-16 |
公開日 | 2020-04-19 |
開発者 | https://1com.co.il |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1COM", "description": "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it", "background": { "scripts": [ "header.js", "socket.js", "background.js", "bootstrap.min.js", "contextMenu.js" ], "persistent": true }, "content_scripts": [ { "js": [ "header.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "browser_action": { "default_title": "1COM click to call", "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com", "permissions": [ "*:\/\/*\/*", "tabs", "notifications", "storage", "contextMenus" ], "manifest_version": 2, "version": "21.11.12" } |