Wildlink

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

Was ist Wildlink?

Wildlink ist eine Chrome-Erweiterung, die von https://www.wildlink.me entwickelt wurde, und ihr Hauptmerkmal ist "Never miss out on earning when you share product links to friends and family.".

Erweiterungsscreenshots

screenshot

Wildlink-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wildlink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Wildlink Wildlink
ID ipldncgiiglfcmcookhlkeicoinpkdni
Offizielle URL https://chromewebstore.google.com/detail/wildlink/ipldncgiiglfcmcookhlkeicoinpkdni
Beschreibung Never miss out on earning when you share product links to friends and family.
Dateigröße 748 KB
Installationsanzahl 396
Aktuelle Version 5.2.4
Letztes Update 2023-10-06
Veröffentlichungsdatum 2020-05-05
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://www.wildlink.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.wildlink.me
Hilfeseite URL https://www.wildlink.me/support
URL der Datenschutzrichtlinien-Seite https://wildlink.me/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}