tracdelight linkgenerator

Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.

O que é tracdelight linkgenerator?

tracdelight linkgenerator é uma extensão do Chrome desenvolvida por tracdelight GmbH, e sua principal característica é "Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão tracdelight linkgenerator

Baixe arquivos de extensão tracdelight linkgenerator 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

                        The tracdelight plug-in allows you to get a tracking link quick and easy right within the plug-in. Install the extension in your browser and go to your partner shops. Simply copy the tracking link right on the webshops‘ site and use it on your website to earn your commission.                    

Informações Básicas da Extensão

Nome tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
URL Oficial https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj
Descrição Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.
Tamanho do Arquivo 904 KB
Contagem de Instalações 101
Versão Atual 3.0.0
Última Atualização 2023-11-17
Data de Publicação 2019-02-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor tracdelight GmbH
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.tracdelight.io/datenschutz
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tracdelight linkgenerator",
    "description": "Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.",
    "version": "3.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "96": "icon-96.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}