Amazing Affiliate Link

Automatically applies an Affiliate Tracking Id to webpages ensuring that purchases are credited to that Associate.

Amazing Affiliate Link란 무엇입니까?

Amazing Affiliate Link은(는) https://amaflink.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically applies an Affiliate Tracking Id to webpages ensuring that purchases are credited to that Associate."입니다.

확장 프로그램 스크린샷

screenshot

Amazing Affiliate Link 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Whats new:
v1.6
- Updated to comply with new chrome webstore requirements
v1.5.6
 - Get approved for an American Express card and get $250 back after spending $100 in your first 3 months.
v1.5.4
 - Sign up for Ebates via the new Ebates button to support development of this extension, and get a $10 Welcome Bonus!
v1.5.0 
 - New options:
   - Greedy: Overwrite existing affiliate tags (Defaulted on)
   - Aggressive: Apply affiliate tag on every click within a site, rather than just the first click entering the site (Defaulted off)
 - Pop-up window:
   - Copy URL: URL provides tagged version of link, regardless of Greedy/Aggressive 
   - Amazon Deals: Opens the Amazon deals page
   - CamelCamelCamel.com: Opens price tracking page for current Amazon item
   - Fakespot.com (US only): Open review analysis page for current US Amazon item
v1.2.7
 - Upcoming support for saving server-based settings (new permission)
 - Corrected duplicate tag issue where existing tags weren't overwritten
 - Corrected left pane issue on amazon.com's Recommended for You page
v1.2.6
 - Corrected permissions issue
 - Support for smile.amazon.com (included with amazon.com)
v1.2.5
 - Support for amazon.in
 - Support for flipkart.com

By setting Affiliate Tracking Id(s) in the options page (right-click the icon), when a corresponding page is loaded, it automatically applies that id to its URL.  This ensures that the intended Associate gets credited with the sale.

Clicking upon the toolbar icon for this extension opens up the Amazon Deals page, so you can easily access Amazon's Deal of the Deal, Lightning Deals, and other ongoing promotions.

Also, when an Amazon page opens, focus is automatically set to the search box, if found, to simplify searching.

Note:
* Currently, clicking the extension's icon opens the Amazon.com deals page, options for choosing an alternate international amazon site coming soon.
* You will not receive credit for making purchases your own affiliate id with most affiliate programs, like amazon.


Disclaimer:
* This extension is was not created or endorsed by Amazon or any other affiliate program.
* Affiliate programs may have Terms and Conditions that exclude the use of browser extensions. 
* Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.* * * This extension is not associated with or sponsored by the trademark owner.
* Original global image provided by "dontpanic" via wikimedia under CC BY-SA 3.0 http://commons.wikimedia.org/wiki/Category:Globe_icons#mediaviewer/File:Earthrelief_mono.jpg                    

확장 프로그램 기본 정보

이름 Amazing Affiliate Link Amazing Affiliate Link
ID ikoompcclgdajbbijbhpgfpigolnbgpk
공식 URL https://chromewebstore.google.com/detail/amazing-affiliate-link/ikoompcclgdajbbijbhpgfpigolnbgpk
설명 Automatically applies an Affiliate Tracking Id to webpages ensuring that purchases are credited to that Associate.
파일 크기 43.24 KB
설치 횟수 2,979
현재 버전 1.5.6
최근 업데이트 2022-12-20
출시 날짜 2019-01-31
평점 4.19/5 총 16 개의 평점
개발자 https://amaflink.blogspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://amaflink.blogspot.com/
도움말 페이지 URL http://amaflink.blogspot.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazing Affiliate Link",
    "short_name": "AmAfLink",
    "version": "1.5.6",
    "manifest_version": 2,
    "description": "Automatically applies an Affiliate Tracking Id to webpages ensuring that purchases are credited to that Associate.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Amazing Affiliate Link",
        "default_popup": "popup.html"
    },
    "homepage_url": "http:\/\/amaflink.blogspot.com",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "optional_permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/smile.amazon.com\/*",
        "https:\/\/smile.amazon.com\/*",
        "http:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.ca\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.es\/*",
        "http:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.fr\/*",
        "http:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.it\/*",
        "http:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "http:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.cn\/*",
        "http:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/amaflink-server.appspot.com\/*",
        "http:\/\/www.flipkart.com\/*",
        "https:\/\/www.flipkart.com\/*",
        "http:\/\/dl.flipkart.com\/*",
        "https:\/\/dl.flipkart.com\/*"
    ]
}