CLIK TRACKER

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

Cos'è CLIK TRACKER?

CLIK TRACKER è un'estensione di Chrome sviluppata da BOS, e la sua funzione principale è "Create tracking links that will help your marketing to get to the next level".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CLIK TRACKER

Scarica i file di estensione CLIK TRACKER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CLIK TRACKER CLIK TRACKER
ID ibcfaejpcllbchdmjjndgdkpekndolfa
URL Ufficiale https://chromewebstore.google.com/detail/clik-tracker/ibcfaejpcllbchdmjjndgdkpekndolfa
Descrizione Create tracking links that will help your marketing to get to the next level
Dimensione del File 11.44 MB
Conteggio Installazioni 97
Versione Corrente 1.333
Ultimo Aggiornamento 2023-12-21
Data di Pubblicazione 2022-01-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore BOS
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cliktracker.com
URL della Pagina di Aiuto https://cliktracker.com/support
URL della Pagina della Politica sulla Privacy https://app.mysocial360.com/privacypolicy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}