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
Wat is Amazon Show ASIN (ASA)?
Amazon Show ASIN (ASA) is een Chrome-extensie ontwikkeld door https://ngothang.me, en de belangrijkste functie is "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Show ASIN (ASA)
Download Amazon Show ASIN (ASA)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.
Basisinformatie over de Extensie
Naam | Amazon Show ASIN (ASA) |
ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
Officiële URL | https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen |
Beschrijving | ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com |
Bestandsgrootte | 45.9 KB |
Aantal Installaties | 92 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2022-09-20 |
Publicatiedatum | 2022-09-02 |
Ontwikkelaar | https://ngothang.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ngothang.me/ |
Help Pagina-URL | https://ngothang.me/contact/ |
URL van de Privacybeleid Pagina | https://ngothang.me/privacy-policy |
Ondersteunde Talen | 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": [] } |