Daisycon chrome extension

Create deeplinks directly from the page you are visiting.

Hvad er Daisycon chrome extension?

Daisycon chrome extension er en Chrome-udvidelse udviklet af https://daisycon.com, og dens hovedfunktion er "Create deeplinks directly from the page you are visiting.".

Udvidelsesskærmbilleder

screenshot

Download Daisycon chrome extension-udvidelses-CRX-fil

Download Daisycon chrome extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Daisycon chrome extension Daisycon chrome extension
ID nblikecjifbhlblnnhcnnbcefcdoaljg
Officiel URL https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg
Beskrivelse Create deeplinks directly from the page you are visiting.
Filstørrelse 567 KB
Antal Installationer 1,270
Nuværende Version 2.0.3
Senest Opdateret 2023-12-06
Udgivelsesdato 2022-03-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://daisycon.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.daisycon.com/
URL til Fortrolighedspolitik Side https://www.daisycon.com/en/privacy
Understøttede Sprog 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"
    ]
}