FASTDEVICE Click2Call

Enables click to call for numbers on the web.

FASTDEVICE Click2Call क्या है?

FASTDEVICE Click2Call https://www.fastdeviceusa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables click to call for numbers on the web."।

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

screenshot

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

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

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

                        "Click2Call telephone numbers marked-up on web pages"

FASTDEVICE's Click2Call Chrome browser extension enables you to initiate a call from any web page with just one click. Dramatically increase your phone-dialing productivity.

Click2Call instantly start calls to phone numbers found on web pages. Any page with a phone number becomes "Click2Call" enabled to start the call on demand. Now that's easy!

Release Notes:
v2.4 - Upgraded extension requires licensing. Please see your reseller for details. 
v2.2 - improved handling of ignored page data 
v2.1 - better handling of what part of the page to ignore (e.g. anchor tags)  
v2.0 - improves performance in detecting valid telephone numbers
v1.9 - improved error handling when portal not open, resolves opening multiple portal tabs  
v1.7 - resolves minor issues and improves performance
v1.5 - supports Office 365 Online Version                    

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

नाम FASTDEVICE Click2Call FASTDEVICE Click2Call
ID flcbfjlaipkkdnlplodeleimnfjnkkaa
आधिकारिक URL https://chrome.google.com/webstore/detail/fastdevice-click2call/flcbfjlaipkkdnlplodeleimnfjnkkaa
विवरण Enables click to call for numbers on the web.
फ़ाइल का आकार 108 KB
स्थापना संख्या 43
वर्तमान संस्करण 2.4
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
डेवलपर https://www.fastdeviceusa.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://fastdeviceusa.com
सहायता पृष्ठ URL https://www.fastdeviceusa.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "FASTDEVICE LLC",
    "background": {
        "page": "options\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "options\/c2c.css"
            ],
            "js": [
                "content\/content.js",
                "vendor\/jquery\/jquery.js",
                "vendor\/uglipop\/uglipop.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        "images\/pencil-15.png"
    ],
    "description": "Enables click to call for numbers on the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "FASTDEVICE Click2Call",
    "short_name": "FASTDEVICE Click2Call",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs",
        "storage"
    ],
    "version": "2.4"
}