VitelGlobal Browser Plugin

click-to-dial

VitelGlobal Browser Plugin क्या है?

VitelGlobal Browser Plugin https://www.vitelglobal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "click-to-dial"।

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

screenshot

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

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

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

                        Vitel Global Communications LLC,
 Vitel Global Click to Call integrates your Chrome Browser and allows you to call any phone number that appears on a web page just by clicking it.

The setup is very simple. You need install it and a small icon will appear next to the address bar. By clicking on it you need to enable and update the user domain and extension. Once this is done, you can click on any phone number you see on the screen to start making a call.

You know how important Click to call plugin is as now days every business is entirely depend on the digital technology which not only eases your calling efficiency but saves time and increase the workforce productivity.                    

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

नाम VitelGlobal Browser Plugin VitelGlobal Browser Plugin
ID balmmdlcpdhekbmaflhciacjfffidjch
आधिकारिक URL https://chromewebstore.google.com/detail/vitelglobal-browser-plugi/balmmdlcpdhekbmaflhciacjfffidjch
विवरण click-to-dial
फ़ाइल का आकार 19.26 KB
स्थापना संख्या 232
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-03-10
प्रकाशन तिथि 2020-03-10
डेवलपर https://www.vitelglobal.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VitelGlobal Browser Plugin",
    "version": "1.1",
    "description": "click-to-dial",
    "options_ui": {
        "page": "getnum.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "10",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "vitelclicktocall.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "permissions": [
        "storage"
    ]
}