IPVoice Call

Use IPVoice to call numbers in Chrome.

Apa itu IPVoice Call?

IPVoice Call adalah ekstensi Chrome yang dikembangkan oleh https://ipvoice.uk, dan fitur utamanya adalah "Use IPVoice to call numbers in Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IPVoice Call

Unduh file ekstensi IPVoice 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

                        Use IPVoice Desktop App to call numbers in Google Chrome. Allows click to dial from any webpage that has a valid phone number and will make using the IPVoice Desktop App.                    

Informasi Dasar Ekstensi

Nama IPVoice Call IPVoice Call
ID loholemopmkafkdhekbmkgbfhfhcmkjl
URL Resmi https://chromewebstore.google.com/detail/ipvoice-call/loholemopmkafkdhekbmkgbfhfhcmkjl
Deskripsi Use IPVoice to call numbers in Chrome.
Ukuran File 128 KB
Jumlah Instalasi 259
Versi Saat Ini 7.0.0.1
Terakhir Diperbarui 2024-01-25
Tanggal Publikasi 2022-02-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://ipvoice.uk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ipvoice.uk/
URL Halaman Bantuan https://ipvoice.uk/support
URL Halaman Kebijakan Privasi https://ipvoice.uk/privacy
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "IPVoice Ltd.",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use IPVoice to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "IPVoice Call",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "7.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}