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)とは何ですか?
Amazon Show ASIN (ASA)はhttps://ngothang.meによって開発されたChromeの拡張機能で、その主な機能は「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)拡張機能のCRXファイルをダウンロード
Amazon Show ASIN (ASA)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.
拡張機能の基本情報
名前 | Amazon Show ASIN (ASA) |
ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
公式URL | https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen |
説明 | ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com |
ファイルサイズ | 45.9 KB |
インストール数 | 92 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-09-20 |
公開日 | 2022-09-02 |
開発者 | https://ngothang.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ngothang.me/ |
ヘルプページのURL | https://ngothang.me/contact/ |
プライバシーポリシーページのURL | https://ngothang.me/privacy-policy |
対応言語 | 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": [] } |