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
What is Amazon Show ASIN (ASA)?
Amazon Show ASIN (ASA) is a Chrome extension developed by https://ngothang.me, and its main feature is "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".
Extension Screenshots
Download Amazon Show ASIN (ASA) Extension CRX File
Download Amazon Show ASIN (ASA) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.
Extension Basic Information
Name | Amazon Show ASIN (ASA) |
ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
Official URL | https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen |
Description | ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com |
File Size | 45.9 KB |
Installation Count | 92 |
Current Version | 0.0.3 |
Last Updated | 2022-09-20 |
Publish Date | 2022-09-02 |
Developer | https://ngothang.me |
[email protected] | |
Payment Type | free |
Extension Website | https://ngothang.me/ |
Help Page URL | https://ngothang.me/contact/ |
Privacy Policy Page URL | https://ngothang.me/privacy-policy |
Supported Languages | 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": [] } |