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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://cliktracker.com/support
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}