Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Qu'est-ce que Ringostat click-to-call ?

Ringostat click-to-call est une extension Chrome développée par https://ringostat.com, et sa fonction principale est "The smart connector of your browser with Ringostat Smart Phone application".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ringostat click-to-call

Téléchargez les fichiers d'extension Ringostat click-to-call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
URL Officiel https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Description The smart connector of your browser with Ringostat Smart Phone application
Taille du Fichier 952 KB
Nombre d'Installations 1,428
Version Actuelle 0.0.5
Dernière Mise à Jour 2024-02-21
Date de Publication 2022-11-17
Développeur https://ringostat.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ringostat.com/rsp/
URL de la Page d'Aide https://ringostat.com/#chat_link
URL de la Page de Politique de Confidentialité https://ringostat.com/privacy-policy
Langues Prises en Charge 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'"
    }
}