Amazon Affiliater
Adds Aaron Spuler's associate id to all Amazon links
Amazon Affiliater란 무엇입니까?
Amazon Affiliater은(는) https://www.weapon-blog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Aaron Spuler's associate id to all Amazon links"입니다.
확장 프로그램 스크린샷
Amazon Affiliater 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Help support The Weapon Blog (http://www.weapon-blog.com)! I am member of the Amazon Associate (https://affiliate-program.amazon.com/gp/associates/join/landing/tools.html) program. As such, I am eligible to receive a small amount of money in the form of referral fees (https://affiliate-program.amazon.com/gp/associates/join/landing/referralfees.html) on products purchased. If you use my referral ID, then Amazon will pay me a small referral fee whenever you purchase something from them. After the initial setup, you do not have to do anything on your part. My referral ID is automatically added to Amazon links. I do not have visibility in to who is utilizing my referral ID, so privacy and anonymity is not a concern. The reason that this extension asks for permission on every site visited is because it parses links to Amazon.com and appends my referral ID to the links, regardless of what page the link resides on.
확장 프로그램 기본 정보
이름 | Amazon Affiliater |
ID | mbmcjjeempcolfppgamddpmfmofbhjjf |
공식 URL | https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf |
설명 | Adds Aaron Spuler's associate id to all Amazon links |
파일 크기 | 3.31 KB |
설치 횟수 | 20 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2018-10-25 |
출시 날짜 | 2018-10-25 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | https://www.weapon-blog.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.weapon-blog.com |
도움말 페이지 URL | https://www.weapon-blog.com/tip-jar/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Adds Aaron Spuler's associate id to all Amazon links", "name": "Amazon Affiliater", "manifest_version": 2, "version": "1.1.3" } |