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
官方網址 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": [
                ""
            ]
        }
    ]
}