Oktell+Bitrix24

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

Qu'est-ce que Oktell+Bitrix24 ?

Oktell+Bitrix24 est une extension Chrome développée par Okteli, et sa fonction principale est "Подключение Oktell к Bitrix24 1) Создание лида 2) Поиск по имеющимся контактам 3) Сохранение разговора в Битрикс 4) При…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Oktell+Bitrix24

Téléchargez les fichiers d'extension Oktell+Bitrix24 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom Oktell+Bitrix24 Oktell+Bitrix24
ID dbdldfenchigbmghaoneckphdjmehbfa
URL Officiel https://chromewebstore.google.com/detail/oktell+bitrix24/dbdldfenchigbmghaoneckphdjmehbfa
Description Подключение Oktell к Bitrix24 1) Создание лида 2) Поиск по имеющимся контактам 3) Сохранение разговора в Битрикс 4) При…
Taille du Fichier 171 KB
Nombre d'Installations 20
Version Actuelle 0.0.16
Dernière Mise à Jour 2018-04-28
Date de Publication 2018-04-28
Développeur Okteli
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}