Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Cos'è Ringostat click-to-call?

Ringostat click-to-call è un'estensione di Chrome sviluppata da https://ringostat.com, e la sua funzione principale è "The smart connector of your browser with Ringostat Smart Phone application".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ringostat click-to-call

Scarica i file di estensione Ringostat click-to-call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
URL Ufficiale https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Descrizione The smart connector of your browser with Ringostat Smart Phone application
Dimensione del File 952 KB
Conteggio Installazioni 1,428
Versione Corrente 0.0.5
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2022-11-17
Sviluppatore https://ringostat.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ringostat.com/rsp/
URL della Pagina di Aiuto https://ringostat.com/#chat_link
URL della Pagina della Politica sulla Privacy https://ringostat.com/privacy-policy
Lingue Supportate 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'"
    }
}