YouNeed Phone

The YouNeed extension to start phone calls from web pages

Apa itu YouNeed Phone?

YouNeed Phone adalah ekstensi Chrome yang dikembangkan oleh YouNeed®, dan fitur utamanya adalah "The YouNeed extension to start phone calls from web pages".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouNeed Phone

Unduh file ekstensi YouNeed Phone 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

                        This extension allows YouNeed® users to start phone calls directly from web pages.

While using Chrome to browse the web, they will be able to click phone numbers and a YouNeed® phone call will start.

Also, this extension helps to receive more easily phone calls on a YouNeed® extension.                    

Informasi Dasar Ekstensi

Nama YouNeed Phone YouNeed Phone
ID jjonhbifjclnpdicimalddgfjfbfefci
URL Resmi https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci
Deskripsi The YouNeed extension to start phone calls from web pages
Ukuran File 31.39 KB
Jumlah Instalasi 289
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-10-19
Tanggal Publikasi 2021-05-17
Pengembang YouNeed®
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://youneed.it
URL Halaman Kebijakan Privasi https://www.ambrogio.com/policy/policy-privacy.html
Bahasa yang Didukung it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Phone",
    "version": "1.0.1",
    "description": "The YouNeed extension to start phone calls from web pages",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.web.youneed.it\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": [],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "content_script.js"
            ]
        }
    ]
}