ちゅるAmazon版

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

Apa itu ちゅるAmazon版?

ちゅるAmazon版 adalah ekstensi Chrome yang dikembangkan oleh cieloblu.jp, dan fitur utamanya adalah "Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ちゅるAmazon版

Unduh file ekstensi ちゅるAmazon版 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の以下のページにAmazon価格推移を表すグラフや楽天、YahooなどのECサイトへ簡単にアクセスするためのボタンなどを表示する拡張機能です。

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

Informasi Dasar Ekstensi

Nama ちゅるAmazon版 ちゅるAmazon版
ID odnojapefhgjemldcnkplfhpkgdbngbo
URL Resmi https://chromewebstore.google.com/detail/%E3%81%A1%E3%82%85%E3%82%8Bamazon%E7%89%88/odnojapefhgjemldcnkplfhpkgdbngbo
Deskripsi Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。
Ukuran File 655 KB
Jumlah Instalasi 8,625
Versi Saat Ini 1.6.8
Terakhir Diperbarui 2023-08-29
Tanggal Publikasi 2021-12-04
Penilaian 3.67/5 Total 3 Penilaian
Pengembang cieloblu.jp
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://cieloblu-jp.com/churu/privacypolicy.pdf
Bahasa yang Didukung 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\/*"
        ]
    }
}