Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

O que é Ringostat click-to-call?

Ringostat click-to-call é uma extensão do Chrome desenvolvida por https://ringostat.com, e sua principal característica é "The smart connector of your browser with Ringostat Smart Phone application".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ringostat click-to-call

Baixe arquivos de extensão Ringostat click-to-call no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
URL Oficial https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Descrição The smart connector of your browser with Ringostat Smart Phone application
Tamanho do Arquivo 952 KB
Contagem de Instalações 1,428
Versão Atual 0.0.5
Última Atualização 2024-02-21
Data de Publicação 2022-11-17
Desenvolvedor https://ringostat.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ringostat.com/rsp/
URL da Página de Ajuda https://ringostat.com/#chat_link
URL da Página de Política de Privacidade https://ringostat.com/privacy-policy
Idiomas Suportados 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'"
    }
}