AmznCmd

AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。

Wat is AmznCmd?

AmznCmd is een Chrome-extensie ontwikkeld door naofu.me, en de belangrijkste functie is "AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AmznCmd

Download AmznCmd-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

                        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.                    

Basisinformatie over de Extensie

Naam AmznCmd AmznCmd
ID ndodgmlhhommogmlpjajpclelcjajiap
Officiële URL https://chromewebstore.google.com/detail/amzncmd/ndodgmlhhommogmlpjajpclelcjajiap
Beschrijving AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。
Bestandsgrootte 45.62 KB
Aantal Installaties 247
Huidige Versie 1.6
Laatst Bijgewerkt 2021-01-23
Publicatiedatum 2021-01-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar naofu.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}