ちゅるAmazon版

Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。

Hvad er ちゅるAmazon版?

ちゅるAmazon版 er en Chrome-udvidelse udviklet af cieloblu.jp, og dens hovedfunktion er "Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。".

Udvidelsesskærmbilleder

screenshot

Download ちゅるAmazon版-udvidelses-CRX-fil

Download ちゅるAmazon版-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Amazonの以下のページにAmazon価格推移を表すグラフや楽天、YahooなどのECサイトへ簡単にアクセスするためのボタンなどを表示する拡張機能です。

・商品検索ページ
・商品詳細ページ
・ランキングページ
・ほしいものリスト                    

Grundlæggende oplysninger om udvidelsen

Navn ちゅるAmazon版 ちゅるAmazon版
ID odnojapefhgjemldcnkplfhpkgdbngbo
Officiel URL https://chromewebstore.google.com/detail/%E3%81%A1%E3%82%85%E3%82%8Bamazon%E7%89%88/odnojapefhgjemldcnkplfhpkgdbngbo
Beskrivelse Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。
Filstørrelse 655 KB
Antal Installationer 8,625
Nuværende Version 1.6.8
Senest Opdateret 2023-08-29
Udgivelsesdato 2021-12-04
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler cieloblu.jp
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://cieloblu-jp.com/churu/privacypolicy.pdf
Understøttede Sprog ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u3061\u3085\u308bAmazon\u7248",
    "description": "Amazon\u306e\u5404\u30da\u30fc\u30b8\u306bKeepa\u30b0\u30e9\u30d5\u3084EC\u30b5\u30a4\u30c8\u3078\u306e\u30ea\u30f3\u30af\u30dc\u30bf\u30f3\u306a\u3069\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "version": "1.6.8",
    "icons": {
        "16": "images\/icon_32.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "html\/popup.html",
        "default_title": "\u3061\u3085\u308bAmazon\u7248"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cieloblu-jp.com\/sp-api\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/sellercentral.amazon.co.jp\/*",
                "https:\/\/sellercentral-japan.amazon.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.gif"
            ],
            "matches": [
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/sellercentral.amazon.co.jp\/*",
                "https:\/\/sellercentral-japan.amazon.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cieloblu-jp.com\/sp-api\/*"
        ]
    }
}