最安値クイックサーチ

検索した商品を対応大手ショッピングサイト一覧から一括検索し、結果を価格順で並べます。大手ショッピングサイトから最も安い価格を見つけるのに便利な拡張機能です。

What is 最安値クイックサーチ?

最安値クイックサーチ is a Chrome extension developed by https://trycatchand.blogspot.com, and its main feature is "検索した商品を対応大手ショッピングサイト一覧から一括検索し、結果を価格順で並べます。大手ショッピングサイトから最も安い価格を見つけるのに便利な拡張機能です。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 最安値クイックサーチ Extension CRX File

Download 最安値クイックサーチ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        複数の対応ショッピングサイトからお探しの商品の最安値を探しましょう。
一般ネットショッパーのお助けツールとしてはもちろん、せどりを行っている方のためのお供としてもお役立てください。

対応サイトは随時更新しております。

# 主な機能

+ 大手ショッピングサイトから指定商品の最安値を表示
+ キーワード検索機能
+ JANコード検索機能
+ QRコード入力機能
+ バーコード入力機能
+ 各ショッピングサイトの商品ページを一括オープン
+ FBA シミュレータへのリンク                    

Extension Basic Information

Name 最安値クイックサーチ 最安値クイックサーチ
ID heclgjpfjbknmdpeleagfoplinlkbldk
Official URL https://chromewebstore.google.com/detail/%E6%9C%80%E5%AE%89%E5%80%A4%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF%E3%82%B5%E3%83%BC%E3%83%81/heclgjpfjbknmdpeleagfoplinlkbldk
Description 検索した商品を対応大手ショッピングサイト一覧から一括検索し、結果を価格順で並べます。大手ショッピングサイトから最も安い価格を見つけるのに便利な拡張機能です。
File Size 434 KB
Installation Count 286
Current Version 1.1.5
Last Updated 2019-11-19
Publish Date 2019-11-19
Rating 5.00/5 Total 2 Ratings
Developer https://trycatchand.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://akirattii.github.io/saiyasu/
Help Page URL https://akirattii.github.io/saiyasu/
Privacy Policy Page URL https://memo.appri.me/TanakaSoftwareLab/app-privacy-policy
Supported Languages ja
manifest.json
{
    "name": "\u6700\u5b89\u5024\u30af\u30a4\u30c3\u30af\u30b5\u30fc\u30c1",
    "version": "1.1.5",
    "manifest_version": 2,
    "description": "\u691c\u7d22\u3057\u305f\u5546\u54c1\u3092\u5bfe\u5fdc\u5927\u624b\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u30b5\u30a4\u30c8\u4e00\u89a7\u304b\u3089\u4e00\u62ec\u691c\u7d22\u3057\u3001\u7d50\u679c\u3092\u4fa1\u683c\u9806\u3067\u4e26\u3079\u307e\u3059\u3002\u5927\u624b\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u30b5\u30a4\u30c8\u304b\u3089\u6700\u3082\u5b89\u3044\u4fa1\u683c\u3092\u898b\u3064\u3051\u308b\u306e\u306b\u4fbf\u5229\u306a\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "author": "Akira TANAKA  (http:\/\/mint.pepper.jp)",
    "default_locale": "ja",
    "permissions": [
        "https:\/\/www.amazon.co.jp\/*",
        "http:\/\/www.itempost.jp\/*",
        "https:\/\/lohaco.jp\/*",
        "https:\/\/online.nojima.co.jp\/*",
        "https:\/\/www.netoff.co.jp\/*",
        "https:\/\/7net.omni7.jp\/*",
        "https:\/\/search.rakuten.co.jp\/*",
        "https:\/\/www.sofmap.com\/*",
        "https:\/\/www.suruga-ya.jp\/*",
        "https:\/\/wowma.jp\/*",
        "https:\/\/shopping.yahoo.co.jp\/*",
        "https:\/\/ymall.jp\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/mnrate.com\/*"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "img\/icon.png"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/sellercentral.amazon.co.jp\/hz\/fba\/profitabilitycalculator\/index"
            ],
            "js": [
                "app.bundle.js"
            ],
            "css": []
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}