Amazon Affiliate Table Assistant Lite
The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.
Amazon Affiliate Table Assistant Lite là gì?
Amazon Affiliate Table Assistant Lite là một tiện ích mở rộng Chrome được phát triển bởi amztableassistant, và tính năng chính của nó là "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.".
Ả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 Table Assistant Lite
Tải xuống các tệp mở rộng Amazon Affiliate Table Assistant Lite 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
Copy ASIN's quickly for Amazon Affiliate sites. Instead of manually finding the product ASIN, this extension allows you to click the "Copy ASIN" button to easily paste it into your AAWP tables. Amazon Affiliate Table Assistant Lite is the easiest and quickest way to find Amazon ASIN's and paste them into your Wordpress review sites. Simply click into the Product Listing and click copy asin! Features: - 1-click copy of Product ASIN - Completely Free! - No Amazon API required - Universal and works with all Wordpress table plugins including AAWP, AmaLinks Pro, AzonPress. - Works with ANY product that needs just the product ASIN. Amazon FBA, Merch by Amazon, Jungle Scout, Pretty Merch, etc. *AMZ TABLE ASSISTANT PRO NOW AVAILABLE** Automatically copy the ASIN + AAWP, AmaLinksPro, or AzonPress shortcode into your posts. No more copying the default shortcode, manually finding the ASIN, and then editing the shortcode again. Simply click the "Copy AAWP shortcode" button and you can paste the already-formatted shortcode directly into your Wordpress review site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mjncdmnjcbcmekeolgndkabngiaociee |
URL Chính Thức | https://chrome.google.com/webstore/detail/amazon-affiliate-table-as/mjncdmnjcbcmekeolgndkabngiaociee |
Mô tả | The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro. |
Kích Thước Tệp | 7.22 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-02-27 |
Ngày Phát Hành | 2020-02-27 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | amztableassistant |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | http://amztableassistant.com/amz-table-assistant-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Affiliate Table Assistant Lite", "description": "The simplest way to copy ASIN's for Amazon Affiliate tables. Universal extension that works with AAWP, AzonPress & AmaLinksPro.", "version": "1.1", "icons": { "128": "128.png" }, "permissions": [ "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ "scriptAppendedToHead.js" ] } |