Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Apa itu Ringostat click-to-call?

Ringostat click-to-call adalah ekstensi Chrome yang dikembangkan oleh https://ringostat.com, dan fitur utamanya adalah "The smart connector of your browser with Ringostat Smart Phone application".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ringostat click-to-call

Unduh file ekstensi Ringostat click-to-call dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
URL Resmi https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Deskripsi The smart connector of your browser with Ringostat Smart Phone application
Ukuran File 952 KB
Jumlah Instalasi 1,428
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2022-11-17
Pengembang https://ringostat.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ringostat.com/rsp/
URL Halaman Bantuan https://ringostat.com/#chat_link
URL Halaman Kebijakan Privasi https://ringostat.com/privacy-policy
Bahasa yang Didukung 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'"
    }
}