Linkwise for Chrome
Discover new affiliate programs and generate deeplinks on the fly!
Linkwise for Chrome란 무엇입니까?
Linkwise for Chrome은(는) https://linkwi.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover new affiliate programs and generate deeplinks on the fly!"입니다.
확장 프로그램 스크린샷
Linkwise for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A new, useful and user-friendly tool for all Linkwise affiliates. Linkwise for Chrome enables you to discover new affiliate programs by displaying a green badge whenever you visit a Linkwise advertiser website. By clicking on the Linkwise icon, you can view the program’s details and copy the affiliate deeplink for the page you are on. Get easy, one click access to every program’s essential information like name, short description and commissions and easily get and customize deeplinks with SubIDs.
확장 프로그램 기본 정보
이름 | Linkwise for Chrome |
ID | ngdneebmnhbllklnnonomoimdolihecf |
공식 URL | https://chromewebstore.google.com/detail/linkwise-for-chrome/ngdneebmnhbllklnnonomoimdolihecf |
설명 | Discover new affiliate programs and generate deeplinks on the fly! |
파일 크기 | 108 KB |
설치 횟수 | 1,102 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2022-08-31 |
출시 날짜 | 2018-12-10 |
평점 | 4.93/5 총 14 개의 평점 |
개발자 | https://linkwi.se |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://linkwi.se/global-en/privacy-policy-linkwise-for-chrome |
지원되는 언어 | en,el |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "el", "action": { "default_icon": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "19": "images\/icon19.png", "16": "images\/icon16.png" }, "default_popup": "popup.html" }, "icons": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "19": "images\/icon19.png", "16": "images\/icon16.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ] } |