Affiliate Tools - Affiliate link generator
Affiliate link generator for Amazon, Gearbest, Banggood and similar sites
Affiliate Tools - Affiliate link generator란 무엇입니까?
Affiliate Tools - Affiliate link generator은(는) https://affiliate.tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites"입니다.
확장 프로그램 스크린샷
Affiliate Tools - Affiliate link generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Main purpose of Affiliate tools is to make creation of affiliate links easier. With this extension you can with just one click you can create affiliate links for Amazon, Banggood, Gearbest and many other supported stores When you create link, you can easily shorten it with bit.ly or share it on social networks Extension keeps track of links you created, and if you need to use link more often you can add it to favorites More stores will be added in future
확장 프로그램 기본 정보
이름 | Affiliate Tools - Affiliate link generator |
ID | fahggphoodkmfhpeomejdfonhjijdedk |
공식 URL | https://chromewebstore.google.com/detail/affiliate-tools-affiliate/fahggphoodkmfhpeomejdfonhjijdedk |
설명 | Affiliate link generator for Amazon, Gearbest, Banggood and similar sites |
파일 크기 | 544 KB |
설치 횟수 | 809 |
현재 버전 | 2.1.3 |
최근 업데이트 | 2022-06-21 |
출시 날짜 | 2018-04-04 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://affiliate.tools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://affiliate.tools |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affiliate Tools - Affiliate link generator", "description": "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites", "version": "2.1.3", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Affiliate Tools", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "commons.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.banggood.com\/*" ], "js": [ "commons.js", "content\/banggood.js" ] }, { "matches": [ "https:\/\/*.aliexpress.com\/*" ], "js": [ "commons.js", "content\/aliexpress.js" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "storage", "activeTab", " |