Daisycon chrome extension

Create deeplinks directly from the page you are visiting.

Cos'è Daisycon chrome extension?

Daisycon chrome extension è un'estensione di Chrome sviluppata da https://daisycon.com, e la sua funzione principale è "Create deeplinks directly from the page you are visiting.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Daisycon chrome extension

Scarica i file di estensione Daisycon chrome extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Daisycon chrome extension Daisycon chrome extension
ID nblikecjifbhlblnnhcnnbcefcdoaljg
URL Ufficiale https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg
Descrizione Create deeplinks directly from the page you are visiting.
Dimensione del File 567 KB
Conteggio Installazioni 1,270
Versione Corrente 2.0.3
Ultimo Aggiornamento 2023-12-06
Data di Pubblicazione 2022-03-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://daisycon.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.daisycon.com/
URL della Pagina della Politica sulla Privacy https://www.daisycon.com/en/privacy
Lingue Supportate 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"
    ]
}