Wildlink

Never miss out on earning when you share product links to friends and family.

Wildlink là gì?

Wildlink là một tiện ích mở rộng Chrome được phát triển bởi https://www.wildlink.me, và tính năng chính của nó là "Never miss out on earning when you share product links to friends and family.".

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

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

                        With Wildlink, you automatically earn when friends buy from your links. 

NEW - Auto-apply coupons at checkout to save cash on your purchases!

• Works at thousands of popular online stores
• Get a wild.link for a product web page simply by copying the URL of an eligible web site.  You'll earn from anyone who clicks through your wild.link and makes an eligible purchase.
• Copy and paste your wild.link anywhere (SMS, email, chat)
• Earn between 1-4% on qualifying purchases


We take your trust and privacy seriously. Learn more about our Terms of Service (https://www.wildlink.me/terms) and Privacy Policy (https://www.wildlink.me/privacy).                    

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

Tên Wildlink Wildlink
ID ipldncgiiglfcmcookhlkeicoinpkdni
URL Chính Thức https://chromewebstore.google.com/detail/wildlink/ipldncgiiglfcmcookhlkeicoinpkdni
Mô tả Never miss out on earning when you share product links to friends and family.
Kích Thước Tệp 748 KB
Số Lần Cài Đặt 396
Phiên Bản Hiện Tại 5.2.4
Cập Nhật Lần Cuối 2023-10-06
Ngày Phát Hành 2020-05-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.wildlink.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wildlink.me
URL Trang Trợ Giúp https://www.wildlink.me/support
URL Trang Chính Sách Bảo Mật https://wildlink.me/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.2.4",
    "name": "Wildlink",
    "short_name": "Wildlink",
    "description": "Never miss out on earning when you share product links to friends and family.",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wildlink.me\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "earnings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}