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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |