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 |
官方網址 | 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 |
電子郵箱 | [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" } |