CallTouch Detector

Detects whether any calltracking scripts are requested

CallTouch Detectorคืออะไร?

CallTouch Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bruno Babaleus และคุณลักษณะหลักของมันคือ "Detects whether any calltracking scripts are requested"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CallTouch Detector

ดาวน์โหลดไฟล์ส่วนขยาย CallTouch Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}