YouNeed Phone

The YouNeed extension to start phone calls from web pages

YouNeed Phone क्या है?

YouNeed Phone YouNeed® द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The YouNeed extension to start phone calls from web pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouNeed Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम YouNeed Phone YouNeed Phone
ID jjonhbifjclnpdicimalddgfjfbfefci
आधिकारिक URL https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci
विवरण The YouNeed extension to start phone calls from web pages
फ़ाइल का आकार 31.39 KB
स्थापना संख्या 289
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-10-19
प्रकाशन तिथि 2021-05-17
डेवलपर YouNeed®
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://youneed.it
गोपनीयता नीति पृष्ठ URL https://www.ambrogio.com/policy/policy-privacy.html
समर्थित भाषाएँ 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"
            ]
        }
    ]
}