Wildlink

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

O que é Wildlink?

Wildlink é uma extensão do Chrome desenvolvida por https://www.wildlink.me, e sua principal característica é "Never miss out on earning when you share product links to friends and family.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wildlink

Baixe arquivos de extensão Wildlink no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Wildlink Wildlink
ID ipldncgiiglfcmcookhlkeicoinpkdni
URL Oficial https://chromewebstore.google.com/detail/wildlink/ipldncgiiglfcmcookhlkeicoinpkdni
Descrição Never miss out on earning when you share product links to friends and family.
Tamanho do Arquivo 748 KB
Contagem de Instalações 396
Versão Atual 5.2.4
Última Atualização 2023-10-06
Data de Publicação 2020-05-05
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://www.wildlink.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wildlink.me
URL da Página de Ajuda https://www.wildlink.me/support
URL da Página de Política de Privacidade https://wildlink.me/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}