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

Снимки экрана расширения

screenshot

Скачать файл 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 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"
}