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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |