Wildlink

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

什么是Wildlink?

Wildlink是由https://www.wildlink.me开发的Chrome扩展程序,该扩展的主要功能是“Never miss out on earning when you share product links to friends and family.”。

扩展截图

screenshot

下载Wildlink扩展crx文件

下载Wildlink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 Wildlink Wildlink
ID ipldncgiiglfcmcookhlkeicoinpkdni
官方URL https://chromewebstore.google.com/detail/wildlink/ipldncgiiglfcmcookhlkeicoinpkdni
简介 Never miss out on earning when you share product links to friends and family.
文件大小 748 KB
安装次数 396
当前版本 5.2.4
更新时间 2023-10-06
上架时间 2020-05-05
评分 5.00/5 共5次评分
开发者 https://www.wildlink.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.wildlink.me
帮助页面URL https://www.wildlink.me/support
隐私政策页面URL https://wildlink.me/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}