Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Vad är Ringostat click-to-call?

Ringostat click-to-call är en Chrome-tillägg utvecklad av https://ringostat.com, och dess huvudfunktion är "The smart connector of your browser with Ringostat Smart Phone application".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ringostat click-to-call-förlängningens CRX-fil

Ladda ner Ringostat click-to-call-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
Officiell webbadress https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Beskrivning The smart connector of your browser with Ringostat Smart Phone application
Filstorlek 952 KB
Antal Installationer 1,428
Aktuell Version 0.0.5
Senast Uppdaterad 2024-02-21
Publiceringsdatum 2022-11-17
Utvecklare https://ringostat.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ringostat.com/rsp/
Hjälpsida URL https://ringostat.com/#chat_link
URL till Sekretesspolicy Sidan https://ringostat.com/privacy-policy
Stödda Språk 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'"
    }
}