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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "1COM click to call. Detect telephone numbers on the web and send them to CRM on clicking of it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 1COM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}