1COM
1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it
Qu'est-ce que 1COM ?
1COM est une extension Chrome développée par https://1com.co.il, et sa fonction principale est "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 1COM
Téléchargez les fichiers d'extension 1COM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 1COM |
ID | mbiacbhbjhoimiiplminicfnmnolmgih |
URL Officiel | https://chromewebstore.google.com/detail/1com/mbiacbhbjhoimiiplminicfnmnolmgih |
Description | 1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it |
Taille du Fichier | 95.33 KB |
Nombre d'Installations | 469 |
Version Actuelle | 21.11.12 |
Dernière Mise à Jour | 2021-11-16 |
Date de Publication | 2020-04-19 |
Développeur | https://1com.co.il |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |