Daisycon chrome extension
Create deeplinks directly from the page you are visiting.
什麼是Daisycon chrome extension?
Daisycon chrome extension是由https://daisycon.com開發的Chrome擴展程式,該擴展的主要功能是“Create deeplinks directly from the page you are visiting.”。
擴展截圖
下載Daisycon chrome extension擴展crx文件
下載Daisycon chrome extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | nblikecjifbhlblnnhcnnbcefcdoaljg |
| 官方網址 | https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg |
| 簡介 | Create deeplinks directly from the page you are visiting. |
| 檔案大小 | 567 KB |
| 安裝次數 | 1,270 |
| 目前版本 | 2.0.3 |
| 更新時間 | 2023-12-06 |
| 上架時間 | 2022-03-14 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://daisycon.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.daisycon.com/ |
| 隱私政策頁面URL | https://www.daisycon.com/en/privacy |
| 支援的語言 | 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"
]
} | |