MyAwin

Easily create Awin tracking links for your partners

MyAwin là gì?

MyAwin là một tiện ích mở rộng Chrome được phát triển bởi Awin, và tính năng chính của nó là "Easily create Awin tracking links for your partners".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng MyAwin 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

                        Save time and increase efficiency by joining over ten thousand users on the MyAwin browser extension.

MyAwin is a tool for publishers to simply promote advertisers through Awin's network. MyAwin adds an extension to the Chrome toolbar which can be used when a publisher visits any advertiser site that is part of the Awin network.

Publishers can:
• Quickly and easily join programmes
· Generate URL's leading to product pages or to the Advertiser's homepage
· Switch between multiple publisher accounts
· View active advertiser offers
· View upcoming advertiser offers
· Track up to six click refs within Awin’s UI reporting

MyAwin is downloadable from the Chrome store and available now                    

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

Tên MyAwin MyAwin
ID mlnpcceaeigcohdpaddmkllbgnkgeoed
URL Chính Thức https://chromewebstore.google.com/detail/myawin/mlnpcceaeigcohdpaddmkllbgnkgeoed
Mô tả Easily create Awin tracking links for your partners
Kích Thước Tệp 7.72 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.0.17
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2020-03-24
Đánh Giá 3.11/5 Tổng số 57 Đánh Giá
Nhà Phát Triển Awin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.awin.com/
URL Trang Trợ Giúp https://success.awin.com/s/article/is-there-any-awin-browser-extension?language=en_US
URL Trang Chính Sách Bảo Mật https://www.awin.com/gb/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyAwin",
    "version": "2.0.17",
    "description": "Easily create Awin tracking links for your partners",
    "icons": {
        "16": "img\/app\/awin.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/libs\/jquery-ui.min.js",
                "js\/libs\/comagno\/namespace.js",
                "js\/app\/service\/i18n.js",
                "js\/app\/service\/productdetection\/utils\/jquerypropval.js",
                "js\/app\/service\/productdetection\/utils\/objpropval.js",
                "js\/app\/service\/productdetection\/predicates\/isnotnull.js",
                "js\/app\/service\/productdetection\/predicates\/predicates.js",
                "js\/app\/service\/productdetection\/predicates\/textequals.js",
                "js\/app\/service\/productdetection\/transformations\/arrayselectfirst.js",
                "js\/app\/service\/productdetection\/transformations\/arrayselectfirstmatched.js",
                "js\/app\/service\/productdetection\/transformations\/arrayselectindex.js",
                "js\/app\/service\/productdetection\/transformations\/arrayselectlast.js",
                "js\/app\/service\/productdetection\/transformations\/jqueryfilterbypropval.js",
                "js\/app\/service\/productdetection\/transformations\/jquerynext.js",
                "js\/app\/service\/productdetection\/transformations\/jquerypropval.js",
                "js\/app\/service\/productdetection\/transformations\/objpropval.js",
                "js\/app\/service\/productdetection\/transformations\/objspropval.js",
                "js\/app\/service\/productdetection\/transformations\/stringmatchregexp.js",
                "js\/app\/service\/productdetection\/transformations\/stringreplace.js",
                "js\/app\/service\/productdetection\/transformations\/stringreplaceall.js",
                "js\/app\/service\/productdetection\/transformations\/stringslice.js",
                "js\/app\/service\/productdetection\/transformations\/stringsplit.js",
                "js\/app\/service\/productdetection\/transformations\/stringtojson.js",
                "js\/app\/service\/productdetection\/transformations\/stringtrim.js",
                "js\/app\/service\/productdetection\/transformations\/stringurldownloadtext.js",
                "js\/app\/service\/productdetection\/value.js",
                "js\/app\/service\/productdetection\/detector.js",
                "js\/app\/controller\/content.js"
            ],
            "css": [
                "css\/libs\/bootstrap.iso.min.css",
                "css\/app\/content.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/app\/controller\/background.js"
    },
    "permissions": [
        "storage",
        "identity",
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/app\/awin.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "css\/*",
                "js\/*",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}