Tiki Affiliate Link Maker
Extension for automatically generating affiliate links for affiliators
Tiki Affiliate Link Maker란 무엇입니까?
Tiki Affiliate Link Maker은(는) https://tiki.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for automatically generating affiliate links for affiliators"입니다.
확장 프로그램 스크린샷
Tiki Affiliate Link Maker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tiki Affiliate Link Maker là tiện ích giúp lấy link affiliate trên Tiki một cách dễ dàng. Cách sử dụng: Sau khi cài đặt extension, truy cập vào trang Tiki bất kỳ, click vào biểu tượng của extension trên thanh địa chỉ để lấy link affiliate của trang đó. Lưu ý: bạn cần đăng nhập tài khoản Tiki để lấy đúng link affiliate dành cho tài khoản của bạn.
확장 프로그램 기본 정보
이름 | Tiki Affiliate Link Maker |
ID | ilagjaefinhaihnmcmnhfnikaimpapeb |
공식 URL | https://chromewebstore.google.com/detail/tiki-affiliate-link-maker/ilagjaefinhaihnmcmnhfnikaimpapeb |
설명 | Extension for automatically generating affiliate links for affiliators |
파일 크기 | 53.32 KB |
설치 횟수 | 784 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-03-10 |
출시 날짜 | 2021-07-31 |
평점 | 2.00/5 총 4 개의 평점 |
개발자 | https://tiki.vn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tiki.vn/ |
개인정보 보호 정책 페이지 URL | https://tiki.vn/bao-mat-thong-tin-ca-nhan |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiki Affiliate Link Maker", "version": "1.0.1", "homepage_url": "https:\/\/tiki.vn", "description": "Extension for automatically generating affiliate links for affiliators", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_title": "Tiki Affiliate Link Maker", "default_icon": "affiliate-icon-128x128.png", "default_popup": "popup.html" }, "icons": { "128": "affiliate-icon-128x128.png", "64": "affiliate-icon-64x64.png", "32": "affiliate-icon-32x32.png" }, "content_scripts": [ { "matches": [ "*:\/\/tiki.vn\/*", "*:\/\/tala.xyz\/*", "*:\/\/beta.tala.xyz\/*", "*:\/\/beta.tiki.vn\/*", "*:\/\/tiki.vn\/*" ], "js": [ "build\/content.bundle.js" ] } ], "background": { "scripts": [ "build\/background.bundle.js" ], "persistent": false } } |