Click to call

Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…

Click to call क्या है?

Click to call https://integrics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…"।

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

screenshot
screenshot

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

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

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

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

An account with an Enswitch provider running Enswitch 3.13 or later is required.                    

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

नाम Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
आधिकारिक URL https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
विवरण Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
फ़ाइल का आकार 220 KB
स्थापना संख्या 297
वर्तमान संस्करण 1.0.13
अंतिम अपडेट 2022-09-10
प्रकाशन तिथि 2017-02-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://integrics.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://integrics.com/privacy/clients
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click to call",
    "version": "1.0.13",
    "icons": {
        "16": "images\/icon16.png",
        "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": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": ""
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/phone.png",
                "images\/universal_link.gif",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}