Awin Merchant Link Extension

Quickly redirect to advertiser's website through Awin redirect links

Qu'est-ce que Awin Merchant Link Extension ?

Awin Merchant Link Extension est une extension Chrome développée par allanurique951, et sa fonction principale est "Quickly redirect to advertiser's website through Awin redirect links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Awin Merchant Link Extension

Téléchargez les fichiers d'extension Awin Merchant Link Extension 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

                        This extension is intended to be used by Awin's Internal Technical teams.

With this extension, you'll be able to quickly redirect to advertiser websites without having to login to the Awin platform to grab an Awin link, or having to edit an Awin link in order to run tests.

Simply input the MID and the extension will redirect you to that advertiser's website with an Example Publisher (45628) link. You can however change the publisher ID, and/or set a specific URL page.                    

Informations de Base sur l'Extension

Nom Awin Merchant Link Extension Awin Merchant Link Extension
ID lpcnjnmoppcpiiaimldnknjpfhlagbjo
URL Officiel https://chromewebstore.google.com/detail/awin-merchant-link-extens/lpcnjnmoppcpiiaimldnknjpfhlagbjo
Description Quickly redirect to advertiser's website through Awin redirect links
Taille du Fichier 101 KB
Nombre d'Installations 184
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-11-17
Date de Publication 2022-11-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur allanurique951
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awin Merchant Link Extension",
    "version": "1.0.0",
    "description": "Quickly redirect to advertiser's website through Awin redirect links",
    "manifest_version": 3,
    "author": "Allan Urique",
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png",
        "500": "\/images\/500.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Awin Merchant Link",
        "default_icon": "\/images\/16.png"
    },
    "sandbox": {
        "pages": [
            "index.html",
            "index.js"
        ]
    }
}