Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Что такое Ringostat click-to-call?

Ringostat click-to-call - это расширение Chrome, разработанное https://ringostat.com, и его основная функция - "The smart connector of your browser with Ringostat Smart Phone application".

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

screenshot
screenshot

Скачать файл CRX расширения Ringostat click-to-call

Скачайте файлы расширений Ringostat click-to-call в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Extension that converts all the phone numbers on the website (allow or deny lists possible) to telephone links so click on them will launch Ringostat Smart Phone app and make a call.                    

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

Название Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
Официальный URL https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Описание The smart connector of your browser with Ringostat Smart Phone application
Размер файла 952 KB
Количество установок 1,428
Текущая Версия 0.0.5
Последнее Обновление 2024-02-21
Дата публикации 2022-11-17
Разработчик https://ringostat.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ringostat.com/rsp/
URL страницы помощи https://ringostat.com/#chat_link
URL страницы политики конфиденциальности https://ringostat.com/privacy-policy
Поддерживаемые языки en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.5",
    "name": " Ringostat click-to-call",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "logo_16x16.png",
        "32": "logo_32x32.png",
        "128": "logo_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_title": "Ringostat click-to-call",
        "default_icon": "favicon.ico",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.ico",
                "favicon.ico",
                "static\/rsp.js",
                "static\/rsp.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}