eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

eBay.in Affiliate Link Generator là gì?

eBay.in Affiliate Link Generator là một tiện ích mở rộng Chrome được phát triển bởi eBay India Affiliates, và tính năng chính của nó là "Get your deeplink directly from the eBay.in page.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng eBay.in Affiliate Link Generator

Tải xuống các tệp mở rộng eBay.in Affiliate Link Generator 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

                        Get your deeplink directly from the eBay.in page.                    

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

Tên eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
URL Chính Thức https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
Mô tả Get your deeplink directly from the eBay.in page.
Kích Thước Tệp 36.37 KB
Số Lần Cài Đặt 1,523
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2018-01-02
Ngày Phát Hành 2018-01-02
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển eBay India Affiliates
Loại Thanh Toán free
Trang Web Mở Rộng https://ebayindia.hasoffers.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay.in Affiliate Link Generator",
    "short_name": "eBay Links",
    "version": "0.2",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "eBay.in Affiliate Link Generator"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebay.in\/*",
                "http:\/\/www.ebay.in\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}