Amazon Affiliate Linkerizer
Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Amazon Affiliate Linkerizer là gì?
Amazon Affiliate Linkerizer là một tiện ích mở rộng Chrome được phát triển bởi https://www.jimmypautz.com, và tính năng chính của nó là "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".
Ả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 Affiliate Linkerizer
Tải xuống các tệp mở rộng Amazon Affiliate Linkerizer 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
Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Affiliate Linkerizer |
ID | ienfbnlpkangilghbiipkfiibnfgfnad |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad |
Mô tả | Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard. |
Kích Thước Tệp | 25.66 KB |
Số Lần Cài Đặt | 205 |
Phiên Bản Hiện Tại | 18.5.21 |
Cập Nhật Lần Cuối | 2018-05-21 |
Ngày Phát Hành | 2018-05-21 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.jimmypautz.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jimmypautz.com/amazon-affiliate-linkerizer/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Affiliate Linkerizer", "author": "Jimmy Pautz", "version": "18.5.21", "description": "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.", "icons": { "128": "images\/icon128.png", "32": "images\/icon32.png" }, "manifest_version": 2, "options_ui": { "page": "settings\/options.html" }, "background": { "page": "background.html" }, "page_action": { "default_icon": "images\/icon64.png", "default_title": "Amazon Affiliate Linkerizer" }, "permissions": [ "tabs", "clipboardWrite", "storage" ], "applications": { "gecko": { "id": "{d7af3e00-b7a9-44d3-b374-71872b9e581a}" } } } |