Daisycon chrome extension
Create deeplinks directly from the page you are visiting.
Was ist Daisycon chrome extension?
Daisycon chrome extension ist eine Chrome-Erweiterung, die von https://daisycon.com entwickelt wurde, und ihr Hauptmerkmal ist "Create deeplinks directly from the page you are visiting.".
Erweiterungsscreenshots
Daisycon chrome extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Daisycon chrome extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nblikecjifbhlblnnhcnnbcefcdoaljg |
| Offizielle URL | https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg |
| Beschreibung | Create deeplinks directly from the page you are visiting. |
| Dateigröße | 567 KB |
| Installationsanzahl | 1,270 |
| Aktuelle Version | 2.0.3 |
| Letztes Update | 2023-12-06 |
| Veröffentlichungsdatum | 2022-03-14 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://daisycon.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.daisycon.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.daisycon.com/en/privacy |
| Unterstützte Sprachen | 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"
]
} | |