1COM
1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it
1COM là gì?
1COM là một tiện ích mở rộng Chrome được phát triển bởi https://1com.co.il, và tính năng chính của nó là "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 1COM
Tải xuống các tệp mở rộng 1COM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 1COM |
ID | mbiacbhbjhoimiiplminicfnmnolmgih |
URL Chính Thức | https://chromewebstore.google.com/detail/1com/mbiacbhbjhoimiiplminicfnmnolmgih |
Mô tả | 1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it |
Kích Thước Tệp | 95.33 KB |
Số Lần Cài Đặt | 469 |
Phiên Bản Hiện Tại | 21.11.12 |
Cập Nhật Lần Cuối | 2021-11-16 |
Ngày Phát Hành | 2020-04-19 |
Nhà Phát Triển | https://1com.co.il |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |