Affiliate Link Creator
Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page
Affiliate Link Creator란 무엇입니까?
Affiliate Link Creator은(는) mseckington에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page"입니다.
확장 프로그램 스크린샷
Affiliate Link Creator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily grab your affiliate links from any Amazon, Bookdepository or Threadless page. This extension adds a small icon in your address bar that when clicked on gives a link with your affiliate id already included. After installing the extension, you'll need to set in the options page your affiliate ID for each affiliate program you are signed up to. Affiliate Link Creator supports Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.fr, Bookdepository.com, Bookdepository.co.uk and Threadless.com.
확장 프로그램 기본 정보
이름 | |
ID | eekeiblihhlocdmdnpjlncbepgbhhepj |
공식 URL | https://chrome.google.com/webstore/detail/affiliate-link-creator/eekeiblihhlocdmdnpjlncbepgbhhepj |
설명 | Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page |
파일 크기 | 70.81 KB |
설치 횟수 | 684 |
현재 버전 | 1.4 |
최근 업데이트 | 2013-03-01 |
출시 날짜 | 2013-03-01 |
평점 | 3.13/5 총 16 개의 평점 |
개발자 | mseckington |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://missgeeky.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affiliate Link Creator", "manifest_version": 2, "version": "1.4", "description": "Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page", "background": { "scripts": [ "scripts\/background.js", "scripts\/jsuri-1.1.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*", "http:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.ca\/*", "http:\/\/www.amazon.fr\/*", "http:\/\/www.threadless.com\/*", "http:\/\/www.bookdepository.co.uk\/*", "http:\/\/www.bookdepository.com\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "page_action": { "default_icon": "images\/badge19.png", "default_title": "Affiliate link found", "default_popup": "pages\/popup.html" }, "permissions": [ "tabs", "clipboardWrite" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "pages\/options.html" } |