Impact Deeplinking
Enables creating paid links on the fly.
Impact Deeplinking란 무엇입니까?
Impact Deeplinking은(는) deeplink-adminstrator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables creating paid links on the fly."입니다.
확장 프로그램 스크린샷
Impact Deeplinking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Impact's Deeplink Extension is for Impact Partners. It adds a button to the Chrome toolbar which allow you to: • Join new brands • Generate paid links to a brand's product page • Add custom reporting parameters to your links • Easily post the link to Facebook, Twitter, or copy to your clipboard If you are joined with the advertiser, you can go to any page on their website and generate a paid link. The plugin will be tied to your account so just copy-paste the link into your promotions and tracking will be all setup. It will also show you information about payout terms. If you are not already joined with the Brand, the plugin will show you their standard payout terms and provide a link to apply. You can download the plugin and get more information here. If you are joined to the Brands you will see your current payout terms. If you aren't currently an Impact Partner, go here to sign up: https://app.impact.com/none/create-new-mediapartner-account-flow.ihtml
확장 프로그램 기본 정보
이름 | Impact Deeplinking |
ID | hfpcmmccnlhkdbaailjllkmfkebmckeo |
공식 URL | https://chromewebstore.google.com/detail/impact-deeplinking/hfpcmmccnlhkdbaailjllkmfkebmckeo |
설명 | Enables creating paid links on the fly. |
파일 크기 | 579 KB |
설치 횟수 | 13,454 |
현재 버전 | 3.4 |
최근 업데이트 | 2020-11-11 |
출시 날짜 | 2020-04-06 |
평점 | 1.96/5 총 81 개의 평점 |
개발자 | deeplink-adminstrator |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://impact.com/privacy-policy?_gl=1*120df6s*_ga*MzI3MzM3MTE4LjE2Nzk0MTM1MDk.*_ga_MHKLSZ6DR4*MTY5MTc1OTU1Ni4yMDIuMC4xNjkxNzU5NTU2LjAuMC4w*_ga_MDF55NMH0F*MTY5MTc1OTU1Ny4yMDIuMC4xNjkxNzU5NTU3LjAuMC4w |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Impact Deeplinking", "description": "Enables creating paid links on the fly.", "version": "3.4", "icons": { "48": "images\/impact-logo.png" }, "browser_action": { "default_icon": "images\/impact-logo.png", "default_popup": "start.html" }, "background": { "scripts": [ "tools.js", "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "https:\/\/api.impact.com\/*", "https:\/\/app.impact.com\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ] } |