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

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

Qu'est-ce que ネットショップまとめ検索 ?

ネットショップまとめ検索 est une extension Chrome développée par https://matome-search.com, et sa fonction principale est "Amazonの商品ページにネットショップまとめ検索のリンク、又は検索結果と各ショップのセール情報を追加します。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ネットショップまとめ検索

Téléchargez les fichiers d'extension ネットショップまとめ検索 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom ネットショップまとめ検索 ネットショップまとめ検索
ID fgdngdmdannpbikmoidmblmaaheeohec
URL Officiel 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の商品ページにネットショップまとめ検索のリンク、又は検索結果と各ショップのセール情報を追加します。
Taille du Fichier 151 KB
Nombre d'Installations 5,004
Version Actuelle 2.6.2
Dernière Mise à Jour 2021-11-01
Date de Publication 2020-06-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://matome-search.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://matome-search.com/
URL de la Page d'Aide https://matome-search.com/guide/faq/
URL de la Page de Politique de Confidentialité https://ben-create.co.jp/privacy
Langues Prises en Charge 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
    }
}