AmznCmd
AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。
Cos'è AmznCmd?
AmznCmd è un'estensione di Chrome sviluppata da naofu.me, e la sua funzione principale è "AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AmznCmd
Scarica i file di estensione AmznCmd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Amazonのオンラインストア上で使える高度な検索オプションを表示します。検索結果一覧での並び替えや、商品価格による絞り込み、また、マーケットプレイス商品の排除が行えます。個別の商品ページでは、サクラチェッカーによる商品の信頼性の検査結果が表示できます。通常の適用ボタンの横に、サクラチェッカー用のボタンが表示され、そのボタンを押すと、サクラチェッカーの判定結果が表示されます。 具体的なオプションの一覧は以下の記事を参照してください。 https://radiolife.com/internet/amazon/45201/ This extension enables users to apply advanced searching options for shopping on Amazon website, including Amazon.com and Amazon.co.jp. Specifically, there are a set of searching options that are not shown on the website but only applicable through URL parameters. Instead of manually updating the current URL, users can choose a set of searching options they want to apply and this extension append all the requested queries to URL to realize the customized searching. For example, users can remove market place listing, or sort by popularity, reviews, price or release date, or set a price range. Since users don't need to manually modify parameters in URL, this extension is very useful on comfortable shopping on Amazon.
Informazioni di Base sull'Estensione
Nome | |
ID | ndodgmlhhommogmlpjajpclelcjajiap |
URL Ufficiale | https://chromewebstore.google.com/detail/amzncmd/ndodgmlhhommogmlpjajpclelcjajiap |
Descrizione | AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。 |
Dimensione del File | 45.62 KB |
Conteggio Installazioni | 247 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2021-01-23 |
Data di Pubblicazione | 2021-01-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | naofu.me |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AmznCmd", "version": "1.6", "description": "AmznCmd\u306f\u3001Amazon\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30b9\u30c8\u30a2\u4e0a\u3067\u4f7f\u7528\u3067\u304d\u308b\u691c\u7d22\u88dc\u52a9\u30c4\u30fc\u30eb\u3067\u3059\u3002", "icons": { "128": "icon_color.png" }, "background": { "persistent": true, "scripts": [ "jquery-3.1.0.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon_gray.png", "default_title": "AmznCmd", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "declarativeContent" ], "web_accessible_resources": [ "icon_color.png" ] } |