1COM
1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it
Was ist 1COM?
1COM ist eine Chrome-Erweiterung, die von https://1com.co.il entwickelt wurde, und ihr Hauptmerkmal ist "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it".
Erweiterungsscreenshots
1COM-Erweiterungs-CRX-Datei herunterladen
Laden Sie 1COM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | mbiacbhbjhoimiiplminicfnmnolmgih | 
| Offizielle URL | https://chromewebstore.google.com/detail/1com/mbiacbhbjhoimiiplminicfnmnolmgih | 
| Beschreibung | 1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it | 
| Dateigröße | 95.33 KB | 
| Installationsanzahl | 469 | 
| Aktuelle Version | 21.11.12 | 
| Letztes Update | 2021-11-16 | 
| Veröffentlichungsdatum | 2020-04-19 | 
| Entwickler | https://1com.co.il | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
}  |  |