Awin Merchant Link Extension
Quickly redirect to advertiser's website through Awin redirect links
Τι είναι το Awin Merchant Link Extension;
Το Awin Merchant Link Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον allanurique951, και η κύρια λειτουργία του είναι "Quickly redirect to advertiser's website through Awin redirect links".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Awin Merchant Link Extension
Λήψη αρχείων επέκτασης Awin Merchant Link Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Awin Merchant Link Extension |
ID | lpcnjnmoppcpiiaimldnknjpfhlagbjo |
Επίσημο URL | https://chromewebstore.google.com/detail/awin-merchant-link-extens/lpcnjnmoppcpiiaimldnknjpfhlagbjo |
Περιγραφή | Quickly redirect to advertiser's website through Awin redirect links |
Μέγεθος Αρχείου | 101 KB |
Αριθμός Εγκαταστάσεων | 184 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2022-11-17 |
Ημερομηνία Δημοσίευσης | 2022-11-17 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | allanurique951 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } } |