Awin Merchant Link Extension

Quickly redirect to advertiser's website through Awin redirect links

Awin Merchant Link Extensionとは何ですか?

Awin Merchant Link Extensionはallanurique951によって開発されたChromeの拡張機能で、その主な機能は「Quickly redirect to advertiser's website through Awin redirect links」です。

拡張機能のスクリーンショット

screenshot

Awin Merchant Link Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        ]
    }
}