Awin Merchant Link Extension

Quickly redirect to advertiser's website through Awin redirect links

Was ist Awin Merchant Link Extension?

Awin Merchant Link Extension ist eine Chrome-Erweiterung, die von allanurique951 entwickelt wurde, und ihr Hauptmerkmal ist "Quickly redirect to advertiser's website through Awin redirect links".

Erweiterungsscreenshots

screenshot

Awin Merchant Link Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Awin Merchant Link Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Awin Merchant Link Extension Awin Merchant Link Extension
ID lpcnjnmoppcpiiaimldnknjpfhlagbjo
Offizielle URL https://chromewebstore.google.com/detail/awin-merchant-link-extens/lpcnjnmoppcpiiaimldnknjpfhlagbjo
Beschreibung Quickly redirect to advertiser's website through Awin redirect links
Dateigröße 101 KB
Installationsanzahl 184
Aktuelle Version 1.0.0
Letztes Update 2022-11-17
Veröffentlichungsdatum 2022-11-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler allanurique951
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}