Amazon Affiliates Link Maker

Quickly create Amazon Affiliate links while browsing Amazon.

Amazon Affiliates Link Maker란 무엇입니까?

Amazon Affiliates Link Maker은(는) Mr Sploodge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly create Amazon Affiliate links while browsing Amazon."입니다.

확장 프로그램 스크린샷

screenshot

Amazon Affiliates Link Maker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension is ideal for those creating many links to Amazon Affiliated products. just click the icon whilst browsing an Amazon product and copy the clean Affiliate Link.  You can easily change the Affiliate ID to your own. 

Version 1.1 - Minor code edits. Updated description.
Version 1.0 - Initial release.

Please note that this extension defaults to my Amazon Affiliate ID. Make sure you change this in the options or I will be getting free money :)                    

확장 프로그램 기본 정보

이름 Amazon Affiliates Link Maker Amazon Affiliates Link Maker
ID egkocgaccgbefacjmdnlfmlmccgacjck
공식 URL https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck
설명 Quickly create Amazon Affiliate links while browsing Amazon.
파일 크기 156 KB
설치 횟수 6,876
현재 버전 1.1
최근 업데이트 2015-03-02
출시 날짜 2015-03-02
평점 3.80/5 총 10 개의 평점
개발자 Mr Sploodge
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "description": "Quickly create Amazon Affiliate links while browsing Amazon.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Amazon Affiliates Link Maker",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html",
        "default_title": "Amazon Affiliates Link Maker"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}