Amazon Affiliater
Adds Aaron Spuler's associate id to all Amazon links
Amazon Affiliater là gì?
Amazon Affiliater là một tiện ích mở rộng Chrome được phát triển bởi https://www.weapon-blog.com, và tính năng chính của nó là "Adds Aaron Spuler's associate id to all Amazon links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Amazon Affiliater
Tải xuống các tệp mở rộng Amazon Affiliater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Affiliater |
ID | mbmcjjeempcolfppgamddpmfmofbhjjf |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf |
Mô tả | Adds Aaron Spuler's associate id to all Amazon links |
Kích Thước Tệp | 3.31 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2018-10-25 |
Ngày Phát Hành | 2018-10-25 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.weapon-blog.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.weapon-blog.com |
URL Trang Trợ Giúp | https://www.weapon-blog.com/tip-jar/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |