CallTouch Detector

Detects whether any calltracking scripts are requested

CallTouch Detector क्या है?

CallTouch Detector Bruno Babaleus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects whether any calltracking scripts are requested"।

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

screenshot

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

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

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

                        Detects whether any calltracking/analytics scripts are injected inside the page                    

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

नाम CallTouch Detector CallTouch Detector
ID alimhdbkpohnkhckgemlhpkpholbjhmg
आधिकारिक URL https://chromewebstore.google.com/detail/calltouch-detector/alimhdbkpohnkhckgemlhpkpholbjhmg
विवरण Detects whether any calltracking scripts are requested
फ़ाइल का आकार 25.91 KB
स्थापना संख्या 566
वर्तमान संस्करण 1.7
अंतिम अपडेट 2021-09-30
प्रकाशन तिथि 2019-08-13
डेवलपर Bruno Babaleus
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CallTouch Detector",
    "version": "1.7",
    "description": "Detects whether any calltracking scripts are requested",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "activeTab",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "red.png",
        "default_title": "CallTouch",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}