Awin Merchant Link Extension

Quickly redirect to advertiser's website through Awin redirect links

Awin Merchant Link Extension là gì?

Awin Merchant Link Extension là một tiện ích mở rộng Chrome được phát triển bởi allanurique951, và tính năng chính của nó là "Quickly redirect to advertiser's website through Awin redirect links".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Awin Merchant Link Extension

Tải xuống các tệp mở rộng Awin Merchant Link Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Awin Merchant Link Extension Awin Merchant Link Extension
ID lpcnjnmoppcpiiaimldnknjpfhlagbjo
URL Chính Thức https://chromewebstore.google.com/detail/awin-merchant-link-extens/lpcnjnmoppcpiiaimldnknjpfhlagbjo
Mô tả Quickly redirect to advertiser's website through Awin redirect links
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-11-17
Ngày Phát Hành 2022-11-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển allanurique951
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}