Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Was ist Ringostat click-to-call?

Ringostat click-to-call ist eine Chrome-Erweiterung, die von https://ringostat.com entwickelt wurde, und ihr Hauptmerkmal ist "The smart connector of your browser with Ringostat Smart Phone application".

Erweiterungsscreenshots

screenshot
screenshot

Ringostat click-to-call-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ringostat click-to-call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
Offizielle URL https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Beschreibung The smart connector of your browser with Ringostat Smart Phone application
Dateigröße 952 KB
Installationsanzahl 1,428
Aktuelle Version 0.0.5
Letztes Update 2024-02-21
Veröffentlichungsdatum 2022-11-17
Entwickler https://ringostat.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ringostat.com/rsp/
Hilfeseite URL https://ringostat.com/#chat_link
URL der Datenschutzrichtlinien-Seite https://ringostat.com/privacy-policy
Unterstützte Sprachen 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'"
    }
}