ネットショップまとめ検索

Amazonの商品ページにネットショップまとめ検索のリンク、又は検索結果と各ショップのセール情報を追加します。

What is ネットショップまとめ検索?

ネットショップまとめ検索 is a Chrome extension developed by https://matome-search.com, and its main feature is "Amazonの商品ページにネットショップまとめ検索のリンク、又は検索結果と各ショップのセール情報を追加します。".

Extension Screenshots

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

                        ネットショプまとめ検索は複数のネットショプ、オークション、フリマサイトを一度にまとめて検索、価格比較が可能です。
各ショップのセール情報も検索時に連動して表示します。

リンク表示、検索結果の自動表示は設定よりお好みでカスタマイズが可能です。

インストールすることにより、利用規約に同意いただいたものとみなします。https://matome-search.com/guide/privacy/                    

Extension Basic Information

Name ネットショップまとめ検索 ネットショップまとめ検索
ID fgdngdmdannpbikmoidmblmaaheeohec
Official URL https://chromewebstore.google.com/detail/%E3%83%8D%E3%83%83%E3%83%88%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97%E3%81%BE%E3%81%A8%E3%82%81%E6%A4%9C%E7%B4%A2/fgdngdmdannpbikmoidmblmaaheeohec
Description Amazonの商品ページにネットショップまとめ検索のリンク、又は検索結果と各ショップのセール情報を追加します。
File Size 151 KB
Installation Count 5,004
Current Version 2.6.2
Last Updated 2021-11-01
Publish Date 2020-06-02
Rating 5.00/5 Total 1 Ratings
Developer https://matome-search.com
Email [email protected]
Payment Type free
Extension Website https://matome-search.com/
Help Page URL https://matome-search.com/guide/faq/
Privacy Policy Page URL https://ben-create.co.jp/privacy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cd\u30c3\u30c8\u30b7\u30e7\u30c3\u30d7\u307e\u3068\u3081\u691c\u7d22",
    "short_name": "\u30cd\u30c3\u30c8\u30b7\u30e7\u30c3\u30d7\u307e\u3068\u3081\u691c\u7d22",
    "version": "2.6.2",
    "manifest_version": 2,
    "description": "Amazon\u306e\u5546\u54c1\u30da\u30fc\u30b8\u306b\u30cd\u30c3\u30c8\u30b7\u30e7\u30c3\u30d7\u307e\u3068\u3081\u691c\u7d22\u306e\u30ea\u30f3\u30af\u3001\u53c8\u306f\u691c\u7d22\u7d50\u679c\u3068\u5404\u30b7\u30e7\u30c3\u30d7\u306e\u30bb\u30fc\u30eb\u60c5\u5831\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002",
    "web_accessible_resources": [
        "img\/logo.png",
        "options.html"
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.www.amazon.co.jp\/*",
                "*:\/\/*.www.amazon.com\/*",
                "*:\/\/*.www.amazon.co.uk\/*",
                "*:\/\/*.www.amazon.ca\/*",
                "*:\/\/*.www.amazon.it\/*",
                "*:\/\/*.www.amazon.de\/*",
                "*:\/\/*.www.amazon.es\/*",
                "*:\/\/*.www.amazon.fr\/*",
                "*:\/\/*.www.amazon.in\/*",
                "*:\/\/*.www.amazon.cn\/*",
                "*:\/\/*.www.amazon.com.br\/*",
                "*:\/\/*.www.amazon.com.mx\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/add_link.js",
                "js\/add_stock.js",
                "js\/add_contents.js",
                "js\/seller_info.js",
                "js\/script.js",
                "js\/vendor.min.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}