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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Daisycon chrome extension Daisycon chrome extension
ID nblikecjifbhlblnnhcnnbcefcdoaljg
官方URL 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"
    ]
}