Partnerize Quicklink

Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.

Co je Partnerize Quicklink?

Partnerize Quicklink je rozšíření Chrome vyvinuté Partnerize, a jeho hlavní funkcí je „Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Partnerize Quicklink

Stáhněte si soubory rozšíření Partnerize Quicklink ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Partnerize Quicklink extension allows you to;

• View participating campaigns
• Search by campaigns and brands
• Smart campaign filtering based on current web page
• Create commissionable tracking links on the fly, directly from the brands website
• Add placement reporting identifiers
• Generator short URL tracking links
• Simple copy to clipboard

If you are not a Partnerize partner, sign up here: https://signup.partnerize.com.                    

Základní Informace o Rozšíření

Název Partnerize Quicklink Partnerize Quicklink
ID iigmblejfnkjhaaeiehbmjenhacjmpfg
Oficiální URL https://chromewebstore.google.com/detail/partnerize-quicklink/iigmblejfnkjhaaeiehbmjenhacjmpfg
Popis Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.
Velikost souboru 1.48 MB
Počet instalací 3,000
Aktuální Verze 1.2.0
Poslední Aktualizace 2022-07-13
Datum Vydání 2020-02-20
Hodnocení 3.14/5 Celkem 7 Hodnocení
Vývojář Partnerize
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://partnerize.com
URL Stránky Nápovědy https://help.phgsupport.com/hc
URL Stránky Zásad Ochrany Soukromí https://partnerize.com/en/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/jquery.min.js",
            "js\/bootstrap.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Partnerize Quicklink",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "description": "Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "Partnerize Quicklink",
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "clipboardWrite",
        "https:\/\/api.partnerize.com\/*"
    ],
    "version": "1.2.0",
    "web_accessible_resources": [
        "fonts\/FontAwesome.otf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2"
    ]
}