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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |