Виртуальная АТС Binotel

Виртуальная АТС Binotel в вашем браузере. Повышайте эффективность работы сотрудников, благодаря плагину Binotel.

What is Виртуальная АТС Binotel?

Виртуальная АТС Binotel is a Chrome extension developed by https://www.binotel.ua, and its main feature is "Виртуальная АТС Binotel в вашем браузере. Повышайте эффективность работы сотрудников, благодаря плагину Binotel.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Виртуальная АТС Binotel Extension CRX File

Download Виртуальная АТС Binotel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Плагин Бинотел для Chrome это:

 - Информация о клиенте на экране монитора при звонке
 - Переход в карточку клиента при звонке в один клик
 - Просмотр активности звонков по заданному номеру
 - Быстрый и удобный перевод звонка на сотрудника
 - Информация о потерянных звонках в один клик
 - Быстрый доступ к недавним звонкам                    

Extension Basic Information

Name Виртуальная АТС Binotel Виртуальная АТС Binotel
ID pejnjcmcdnphdniiobdfgfdldlfoikij
Official URL https://chromewebstore.google.com/detail/%D0%B2%D0%B8%D1%80%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F-%D0%B0%D1%82%D1%81-binotel/pejnjcmcdnphdniiobdfgfdldlfoikij
Description Виртуальная АТС Binotel в вашем браузере. Повышайте эффективность работы сотрудников, благодаря плагину Binotel.
File Size 144 KB
Installation Count 59,087
Current Version 0.4.67
Last Updated 2024-01-30
Publish Date 2020-05-14
Rating 4.24/5 Total 63 Ratings
Developer https://www.binotel.ua
Email [email protected]
Payment Type free
Extension Website https://www.binotel.ua/
Privacy Policy Page URL https://www.binotel.ua/policy/data-processing-agreement
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u0410\u0422\u0421 Binotel",
    "short_name": "Binotel",
    "version": "0.4.67",
    "description": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u0410\u0422\u0421 Binotel \u0432 \u0432\u0430\u0448\u0435\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435. \u041f\u043e\u0432\u044b\u0448\u0430\u0439\u0442\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432, \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u0443 Binotel.",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "html\/options.html",
    "minimum_chrome_version": "36",
    "author": "Binotel LLC. - Ukraine",
    "background": {
        "scripts": [
            "js\/vendor\/ws.client.min.js",
            "js\/vendor\/jquery-2.1.1.min.js",
            "js\/vendor\/underscore-1.7.0.min.js",
            "js\/vendor\/chrome-local-storage-api.js",
            "js\/min\/background.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-19-gray.png",
        "default_title": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u0410\u0422\u0421 Binotel",
        "default_popup": "html\/popup-offline.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/jquery-2.1.1.min.js",
                "js\/vendor\/underscore-1.7.0.min.js",
                "js\/min\/content.min.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "background"
    ],
    "web_accessible_resources": [
        "html\/*",
        "js\/*",
        "https:\/\/my.binotel.ua\/*",
        "https:\/\/my.binotel.kz\/*"
    ]
}