1COM
1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it
1COMคืออะไร?
1COM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://1com.co.il และคุณลักษณะหลักของมันคือ "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1COM
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |