Who's Calling

Call notifications for various communications platforms.

Что такое Who's Calling?

Who's Calling - это расширение Chrome, разработанное D4SP, и его основная функция - "Call notifications for various communications platforms.".

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

screenshot

Скачать файл CRX расширения Who's Calling

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

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

                        This extension requires a Who's Calling license from your communications platform provider.

To login, use the same username and password used for your softphone. A new icon in your browser indicates the status of your connection - blue means you are logged in and are receiving notifications, and red means you are disconnected. When logged in, click the icon to view your last calls and search for contacts.

Who's Calling is powered by Dstny.                    

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

Название Who's Calling Who's Calling
ID mpkooepgeekidcfpajdigolkggpidijn
Официальный URL https://chromewebstore.google.com/detail/whos-calling/mpkooepgeekidcfpajdigolkggpidijn
Описание Call notifications for various communications platforms.
Размер файла 665 KB
Количество установок 1,408
Текущая Версия 1.3.5
Последнее Обновление 2023-02-15
Дата публикации 2020-01-15
Рейтинг 5.00/5 Всего 3 оценок
Разработчик D4SP
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.dstny.com
Поддерживаемые языки en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "{35e44a87-e293-4404-b6af-a475b7cc2ff0}",
            "update_url": "https:\/\/crm.soluno.se\/firefox.json"
        }
    },
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3.5",
    "default_locale": "en",
    "icons": {
        "48": "images\/icon-48.png"
    },
    "browser_action": {
        "default_icon": "images\/phone-call-icon-16-terminated.png",
        "default_title": "SolunoBC",
        "browser_style": true
    },
    "options_ui": {
        "page": "config.html"
    },
    "web_accessible_resources": [
        "js\/*.js",
        "css\/*.css",
        "images\/*.png",
        "iframe.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/popup.js"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*.pdf",
                "*.PDF"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/crm.soluno.se\/",
        "https:\/\/crmtest.pbxaddons.se\/",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "js\/background.js"
        ]
    }
}