Oktell+Bitrix24

Подключение Oktell к Bitrix24 1) Создание лида 2) Поиск по имеющимся контактам 3) Сохранение разговора в Битрикс 4) При…

What is Oktell+Bitrix24?

Oktell+Bitrix24 is a Chrome extension developed by Okteli, and its main feature is "Подключение Oktell к Bitrix24 1) Создание лида 2) Поиск по имеющимся контактам 3) Сохранение разговора в Битрикс 4) При…".

Extension Screenshots

screenshot

Download Oktell+Bitrix24 Extension CRX File

Download Oktell+Bitrix24 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

                        Подключение Oktell к Bitrix24

1) Создание лида 
 2) Поиск по имеющимся контактам 
  3) Сохранение разговора в Битрикс
   4) При нажатии на номер телефона в битриксе перекидывает номер в Oktell

Самостоятельно будет сложно настроить Oktell и Bitrix24                    

Extension Basic Information

Name Oktell+Bitrix24 Oktell+Bitrix24
ID dbdldfenchigbmghaoneckphdjmehbfa
Official URL https://chromewebstore.google.com/detail/oktell+bitrix24/dbdldfenchigbmghaoneckphdjmehbfa
Description Подключение Oktell к Bitrix24 1) Создание лида 2) Поиск по имеющимся контактам 3) Сохранение разговора в Битрикс 4) При…
File Size 171 KB
Installation Count 20
Current Version 0.0.16
Last Updated 2018-04-28
Publish Date 2018-04-28
Developer Okteli
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oktell+Bitrix24",
    "version": "0.0.16",
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "bg\/bg.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Oktell+Bitrix24",
        "default_icon": "img\/128.png",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}