tracdelight linkgenerator
Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.
tracdelight linkgenerator란 무엇입니까?
tracdelight linkgenerator은(는) tracdelight GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop."입니다.
확장 프로그램 스크린샷
tracdelight linkgenerator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The tracdelight plug-in allows you to get a tracking link quick and easy right within the plug-in. Install the extension in your browser and go to your partner shops. Simply copy the tracking link right on the webshops‘ site and use it on your website to earn your commission.
확장 프로그램 기본 정보
이름 | tracdelight linkgenerator |
ID | labfnfjgimecphabhnnnobmifkjclecj |
공식 URL | https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj |
설명 | Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop. |
파일 크기 | 904 KB |
설치 횟수 | 101 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-11-17 |
출시 날짜 | 2019-02-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | tracdelight GmbH |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.tracdelight.io/datenschutz |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tracdelight linkgenerator", "description": "Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.", "version": "3.0.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png" }, "permissions": [ "tabs", "storage", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |