Daisycon chrome extension

Create deeplinks directly from the page you are visiting.

Qu'est-ce que Daisycon chrome extension ?

Daisycon chrome extension est une extension Chrome développée par https://daisycon.com, et sa fonction principale est "Create deeplinks directly from the page you are visiting.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Daisycon chrome extension

Téléchargez les fichiers d'extension Daisycon chrome extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Daisycon chrome extension Daisycon chrome extension
ID nblikecjifbhlblnnhcnnbcefcdoaljg
URL Officiel https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg
Description Create deeplinks directly from the page you are visiting.
Taille du Fichier 567 KB
Nombre d'Installations 1,270
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-12-06
Date de Publication 2022-03-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://daisycon.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.daisycon.com/
URL de la Page de Politique de Confidentialité https://www.daisycon.com/en/privacy
Langues Prises en Charge 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"
    ]
}