Awin Merchant Link Extension
Quickly redirect to advertiser's website through Awin redirect links
Awin Merchant Link Extension क्या है?
Awin Merchant Link Extension allanurique951 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly redirect to advertiser's website through Awin redirect links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Awin Merchant Link Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |