NTA Click to Dial

Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…

NTA Click to Dial क्या है?

NTA Click to Dial NTA.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…"।

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

screenshot

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

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

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

                        Detects telephone numbers on any web page, and turns them into clickable links to call.

An account with hosted.nta.co.uk is required. 

After downloading the plugin, enter portal username and password, your extension number and press save. Then restart chrome. Phone numbers will now be converted to clickable links. 

For support please email [email protected] or dial 01708393939.
For our Privacy Policy please view: https://nta.co.uk/legal/privacy_policy/                    

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

नाम NTA Click to Dial NTA Click to Dial
ID imobkfopjlkgcfjiidiiegionaegfioi
आधिकारिक URL https://chromewebstore.google.com/detail/nta-click-to-dial/imobkfopjlkgcfjiidiiegionaegfioi
विवरण Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…
फ़ाइल का आकार 2.59 MB
स्थापना संख्या 43
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2022-01-29
प्रकाशन तिथि 2021-12-17
डेवलपर NTA.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://nta.co.uk
सहायता पृष्ठ URL https://nta.co.uk/contact/
गोपनीयता नीति पृष्ठ URL https://nta.co.uk/legal/privacy_policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NTA Click to Dial",
    "version": "1.3.3",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mutation-summary.js",
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": ""
    },
    "background": {
        "scripts": [
            "jquery-3.1.0.min.js",
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "options.html"
    ]
}