Affiliator

Easy affiliate linking

Affiliator là gì?

Affiliator là một tiện ích mở rộng Chrome được phát triển bởi https://www.affiliator.io, và tính năng chính của nó là "Easy affiliate linking".

Ả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 Affiliator

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

                        Affiliator is an extension to access the affiliator.io service, which simplifies the managment of affiliate links for Amazon, iTunes, B&H, eBay, Walmart, Target, Best Buy, Staples, Shopify, Etsy and many more.                    

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

Tên Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
URL Chính Thức https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
Mô tả Easy affiliate linking
Kích Thước Tệp 64.1 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2017-03-30
Ngày Phát Hành 2017-03-30
Nhà Phát Triển https://www.affiliator.io
Loại Thanh Toán free
Trang Web Mở Rộng http://www.affiliator.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Affiliator",
    "short_name": "Easy affiliate linking",
    "description": "Easy affiliate linking",
    "version": "0.9.1",
    "homepage_url": "http:\/\/www.affiliator.io",
    "icons": {
        "16": ".\/icon16.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "affiliator.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.affiliator.io\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}