Daisycon chrome extension

Create deeplinks directly from the page you are visiting.

O que é Daisycon chrome extension?

Daisycon chrome extension é uma extensão do Chrome desenvolvida por https://daisycon.com, e sua principal característica é "Create deeplinks directly from the page you are visiting.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Daisycon chrome extension

Baixe arquivos de extensão Daisycon chrome extension 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 Daisycon Chrome Extention is a tool for affiliate marketing publishers to promote advertisers through the Daisycon network. The extention adds a button to the Chrome toolbar which can be used when a publisher visits any Daisycon advertiser site, whether they are joined to the campaign or not.  

Publishers can:
• Generate links to specific product pages of connected affiliate campaigns;
• See whether the campaign has an active promotion;
• See campaign details including attainable commission;
• Join campaigns, pickup promotions and/or productfeeds by clicking to the Daisycon system;

For those publishers with multiple accounts, ‘one-click’ account selection is available during deeplink generation for ease of use. 

The Daisycon Chrome Extention is downloadable from the Chrome store.                    

Informações Básicas da Extensão

Nome Daisycon chrome extension Daisycon chrome extension
ID nblikecjifbhlblnnhcnnbcefcdoaljg
URL Oficial https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg
Descrição Create deeplinks directly from the page you are visiting.
Tamanho do Arquivo 567 KB
Contagem de Instalações 1,270
Versão Atual 2.0.3
Última Atualização 2023-12-06
Data de Publicação 2022-03-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://daisycon.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.daisycon.com/
URL da Página de Política de Privacidade https://www.daisycon.com/en/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daisycon chrome extension",
    "version": "2.0.3",
    "description": "Create deeplinks directly from the page you are visiting.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "icons": {
        "128": "popup\/assets\/d.png"
    },
    "action": {
        "default_icon": "popup\/favicon.ico",
        "default_popup": "popup\/index.html"
    },
    "host_permissions": [
        "https:\/\/services.daisycon.com\/*",
        "https:\/\/login.daisycon.com\/*"
    ],
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "identity"
    ]
}