Wildlink
Never miss out on earning when you share product links to friends and family.
Cos'è Wildlink?
Wildlink è un'estensione di Chrome sviluppata da https://www.wildlink.me, e la sua funzione principale è "Never miss out on earning when you share product links to friends and family.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wildlink
Scarica i file di estensione Wildlink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Wildlink |
ID | ipldncgiiglfcmcookhlkeicoinpkdni |
URL Ufficiale | https://chromewebstore.google.com/detail/wildlink/ipldncgiiglfcmcookhlkeicoinpkdni |
Descrizione | Never miss out on earning when you share product links to friends and family. |
Dimensione del File | 748 KB |
Conteggio Installazioni | 396 |
Versione Corrente | 5.2.4 |
Ultimo Aggiornamento | 2023-10-06 |
Data di Pubblicazione | 2020-05-05 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://www.wildlink.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.wildlink.me |
URL della Pagina di Aiuto | https://www.wildlink.me/support |
URL della Pagina della Politica sulla Privacy | https://wildlink.me/privacy |
Lingue Supportate | 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": [ " |