CLIK TRACKER

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

Qu'est-ce que CLIK TRACKER ?

CLIK TRACKER est une extension Chrome développée par BOS, et sa fonction principale est "Create tracking links that will help your marketing to get to the next level".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CLIK TRACKER

Téléchargez les fichiers d'extension CLIK TRACKER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CLIK TRACKER CLIK TRACKER
ID ibcfaejpcllbchdmjjndgdkpekndolfa
URL Officiel https://chromewebstore.google.com/detail/clik-tracker/ibcfaejpcllbchdmjjndgdkpekndolfa
Description Create tracking links that will help your marketing to get to the next level
Taille du Fichier 11.44 MB
Nombre d'Installations 97
Version Actuelle 1.333
Dernière Mise à Jour 2023-12-21
Date de Publication 2022-01-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur BOS
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cliktracker.com
URL de la Page d'Aide https://cliktracker.com/support
URL de la Page de Politique de Confidentialité https://app.mysocial360.com/privacypolicy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}