Ytel Webphone Extension

Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.

Ytel Webphone Extension क्या है?

Ytel Webphone Extension Ytel, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Click to call (and text message) phone numbers in your helpdesk, CRM, and any website. Make and receive calls and texts without all the manual work.
Also, get your phone numbers branded with your company name + monitored and fixed from mislabels like “Spam Likely”.                    

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

नाम Ytel Webphone Extension Ytel Webphone Extension
ID dhbcpadpkaemaopnpegoegfmnnjnnmhn
आधिकारिक URL https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn
विवरण Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
फ़ाइल का आकार 1.74 MB
स्थापना संख्या 61
वर्तमान संस्करण 3.10.9.1
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2023-07-13
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Ytel, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ytel.com
सहायता पृष्ठ URL https://support.ytel.com
गोपनीयता नीति पृष्ठ URL https://www.ytel.com/company/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ytel Webphone Extension",
    "version": "3.10.9.1",
    "description": "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.",
    "action": {
        "browser_style": false,
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "system.display",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/lib\/jquery-2.2.4.min.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/content-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/call-icon.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}