Amazon Show ASIN (ASA)
ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
Amazon Show ASIN (ASA) là gì?
Amazon Show ASIN (ASA) là một tiện ích mở rộng Chrome được phát triển bởi https://ngothang.me, và tính năng chính của nó là "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".
Ả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 Show ASIN (ASA)
Tải xuống các tệp mở rộng Amazon Show ASIN (ASA) 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
ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Show ASIN (ASA) |
ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen |
Mô tả | ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com |
Kích Thước Tệp | 45.9 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2022-09-20 |
Ngày Phát Hành | 2022-09-02 |
Nhà Phát Triển | https://ngothang.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ngothang.me/ |
URL Trang Trợ Giúp | https://ngothang.me/contact/ |
URL Trang Chính Sách Bảo Mật | https://ngothang.me/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Show ASIN (ASA)", "version": "0.0.3", "manifest_version": 3, "description": "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Amazon Show ASIN (ASA)", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "js": [ "index.js" ], "css": [ "styles\/main.css" ], "run_at": "document_idle" } ], "permissions": [ "storage", "tabs" ], "optional_permissions": [] } |