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".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
        ]
    }
}