smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialer

Что такое smrtPhone.io Chrome Dialer?

smrtPhone.io Chrome Dialer - это расширение Chrome, разработанное https://smrtphone.io, и его основная функция - "smrtPhone.io Chrome Dialer".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения smrtPhone.io Chrome Dialer

Скачайте файлы расширений smrtPhone.io Chrome Dialer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        smrtPhone is an all-in-one cloud phone system for sales driven businesses. Our Chrome Extension powers the most efficiency-boosting features within smrtPhone.
- One-click calling from your CRM
- Call out from any tab
- Send texts from any tab
- Answer calls from any tab
- Enter call notes that automatically sync with your CRM
- See and return recent calls - dialers sync across smrtPhone platforms
- Automatically syncs contacts from your CRM
- Customizable settings put you in control                    

Основная информация о расширении

Название smrtPhone.io Chrome Dialer smrtPhone.io Chrome Dialer
ID madmbegfpbmnngkiappcjgighagdggid
Официальный URL https://chromewebstore.google.com/detail/smrtphoneio-chrome-dialer/madmbegfpbmnngkiappcjgighagdggid
Описание smrtPhone.io Chrome Dialer
Размер файла 4.12 MB
Количество установок 13,728
Текущая Версия 2.41
Последнее Обновление 2024-02-23
Дата публикации 2017-10-19
Рейтинг 3.60/5 Всего 15 оценок
Разработчик https://smrtphone.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.smrtphone.io
URL страницы помощи https://docs.smrtphone.io/en/articles/4057335-chrome-extension-overview
URL страницы политики конфиденциальности https://www.iubenda.com/privacy-policy/7982380
Поддерживаемые языки en
manifest.json
{
    "description": "smrtPhone.io Chrome Dialer",
    "version": "2.41",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "smrtPhone.io Chrome Dialer",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "smrtPhone.bundle.js",
                "callWidget.bundle.js",
                "messageModal.bundle.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "themes\/*",
        "https:\/\/fonts.gstatic.com\/s\/lato\/v17\/S6uyw4BMUTPHjx4wXg.woff2",
        "https:\/\/cloud.typography.com\/7274078\/6564212\/css\/fonts.css",
        "icon_16.png",
        "icon_48.png",
        "icon_128.png",
        "helpImagePng.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/media.twiliocdn.com https:\/\/cdn.smrtphone.io https:\/\/js.pusher.com\/4.1\/pusher.min.js https:\/\/stats.pusher.com\/timeline\/v2\/jsonp\/1 https:\/\/cdn.jsdelivr.net\/npm\/semantic-ui@2\/dist\/semantic.min.css; object-src 'self'"
}