ScriptDesigner widget

Use ScriptDesigner in your CRM window.

What is ScriptDesigner widget?

ScriptDesigner widget is a Chrome extension developed by https://scriptdesigner.ru, and its main feature is "Use ScriptDesigner in your CRM window.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ScriptDesigner widget Extension CRX File

Download ScriptDesigner widget 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

                        Виджет для работы со скриптами телефонных разговоров в любой вкладке браузера. Работайте со скриптами прямо в карточке клиента в CRM или любом другом месте - где вам нужно.

При помощи виджета вы можете:
- Создавать скрипты для звонков
- Выбрать скрипт для звонка
- Провести звонок
- Посмотреть результаты звонка
- Выбрать сценарий взаимодействия с вашей CRM (если она интегрирована)

ScriptDesigner - конструктор скриптов продаж.

Зачем Вам нужен конструктор скриптов:
- на 90% меньше ошибок в разговорах
- 100% рост конверсии за счет правильных сценариев разговоров
- В 2 раза быстрее обучение новичков в отделе продаж
- На 30% сокращение текучки в отделе продаж                    

Extension Basic Information

Name ScriptDesigner widget ScriptDesigner widget
ID lgbokmfkipeecaegndnhbdpdkmiobnfj
Official URL https://chromewebstore.google.com/detail/scriptdesigner-widget/lgbokmfkipeecaegndnhbdpdkmiobnfj
Description Use ScriptDesigner in your CRM window.
File Size 21.45 KB
Installation Count 1,902
Current Version 1.4.1
Last Updated 2021-05-15
Publish Date 2021-05-15
Rating 5.00/5 Total 1 Ratings
Developer https://scriptdesigner.ru
Email [email protected]
Payment Type in_app
Extension Website https://www.scriptdesigner.ru/?p=8K69VY&utm_medium=cpm&utm_source=amocrm&utm_campaign=widget1
Help Page URL https://scriptdesigner.ru/support
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "1.4.1",
    "default_locale": "ru",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "img\/icons\/128.png",
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_title": "ScriptDesigner widget",
        "default_icon": "img\/icons\/128.png"
    }
}