CLIK TRACKER

Create tracking links that will help your marketing to get to the next level

CLIK TRACKERคืออะไร?

CLIK TRACKER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BOS และคุณลักษณะหลักของมันคือ "Create tracking links that will help your marketing to get to the next level"

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

screenshot
screenshot
screenshot

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

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

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

                        The extension collects, manages, organizes and creates shortened links  that will help users affiliate marketing to get to the next level.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CLIK TRACKER CLIK TRACKER
ID ibcfaejpcllbchdmjjndgdkpekndolfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clik-tracker/ibcfaejpcllbchdmjjndgdkpekndolfa
คำอธิบาย Create tracking links that will help your marketing to get to the next level
ขนาดไฟล์ 11.44 MB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.333
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2022-01-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา BOS
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cliktracker.com
URL หน้าช่วยเหลือ https://cliktracker.com/support
URL หน้านโยบายความเป็นส่วนตัว https://app.mysocial360.com/privacypolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CLIK TRACKER",
    "short_name": "Clik Tracker",
    "version": "1.333",
    "description": "Create tracking links that will help your marketing to get to the next level",
    "manifest_version": 3,
    "homepage_url": "https:\/\/cliktracker.com",
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab",
        "cookies",
        "gcm",
        "identity",
        "identity.email",
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png",
            "192": "logo192.png",
            "512": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.mysocial360.com\/oauth\/*",
                "https:\/\/beta.app.cliktracker.com\/cliktracker\/*",
                "https:\/\/app.mysocial360.com\/cliktracker\/*"
            ],
            "js": [
                ".\/messages\/auth.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/accountscenter.facebook.com\/profiles\/",
                "https:\/\/accountscenter.facebook.com\/personal_info\/",
                "https:\/\/accountscenter.facebook.com\/profiles\/*",
                "https:\/\/accountscenter.facebook.com\/personal_info\/*"
            ],
            "js": [
                ".\/content\/facebook.login.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}