Wildlink

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

Τι είναι το Wildlink;

Το Wildlink είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.wildlink.me, και η κύρια λειτουργία του είναι "Never miss out on earning when you share product links to friends and family.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Wildlink

Λήψη αρχείων επέκτασης 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": [
                ""
            ]
        }
    ]
}