Daisycon chrome extension
Create deeplinks directly from the page you are visiting.
Co to jest Daisycon chrome extension?
Daisycon chrome extension to rozszerzenie Chrome opracowane przez https://daisycon.com, a jego główną funkcją jest „Create deeplinks directly from the page you are visiting.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Daisycon chrome extension
Pobierz pliki rozszerzeń Daisycon chrome extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nblikecjifbhlblnnhcnnbcefcdoaljg |
| Oficjalny URL | https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg |
| Opis | Create deeplinks directly from the page you are visiting. |
| Rozmiar pliku | 567 KB |
| Liczba instalacji | 1,270 |
| Aktualna Wersja | 2.0.3 |
| Ostatnia Aktualizacja | 2023-12-06 |
| Data Publikacji | 2022-03-14 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://daisycon.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.daisycon.com/ |
| Adres URL Strony Polityki Prywatności | https://www.daisycon.com/en/privacy |
| Obsługiwane Języki | 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"
]
} | |