AmznCmd

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

Apa itu AmznCmd?

AmznCmd adalah ekstensi Chrome yang dikembangkan oleh naofu.me, dan fitur utamanya adalah "AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AmznCmd

Unduh file ekstensi AmznCmd dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AmznCmd AmznCmd
ID ndodgmlhhommogmlpjajpclelcjajiap
URL Resmi https://chromewebstore.google.com/detail/amzncmd/ndodgmlhhommogmlpjajpclelcjajiap
Deskripsi AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。
Ukuran File 45.62 KB
Jumlah Instalasi 247
Versi Saat Ini 1.6
Terakhir Diperbarui 2021-01-23
Tanggal Publikasi 2021-01-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang naofu.me
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}