CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
CMDann Amazon Auto Affiliate là gì?
CMDann Amazon Auto Affiliate là một tiện ích mở rộng Chrome được phát triển bởi https://cmdann.ca, và tính năng chính của nó là "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
Ả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 CMDann Amazon Auto Affiliate
Tải xuống các tệp mở rộng CMDann Amazon Auto Affiliate 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
This is a simple extension that automatically applies CMDann.ca's Amazon affiliate code. This allows you to support the site without getting in the way of your regular shopping. We appreciate everybody who uses this.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
URL Chính Thức | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
Mô tả | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
Kích Thước Tệp | 14.35 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 2.9.1 |
Cập Nhật Lần Cuối | 2013-08-09 |
Ngày Phát Hành | 2013-08-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://cmdann.ca |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://cmdann.ca |
URL Trang Trợ Giúp | http://cmdann.ca |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CMDann Amazon Auto Affiliate", "version": "2.9.1", "manifest_version": 2, "description": "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.", "page_action": { "default_icon": "icon.png", "default_title": "Thank you for supporting CMDann.ca" }, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.ca\/*", "tabs" ], "background": { "scripts": [ "myscript.js" ] } } |