Shop Safe

A chrome extension that helps to identify where an amazon product is originated from.

Shop Safeとは何ですか?

Shop SafeはShop Safeによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that helps to identify where an amazon product is originated from.」です。

拡張機能のスクリーンショット

screenshot

Shop Safe拡張機能のCRXファイルをダウンロード

Shop Safe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is an extension which provides the country information of an amazon product on the product detail page.                    

拡張機能の基本情報

名前 Shop Safe Shop Safe
ID helhdfggaejjdpkfkbpfbnchljaobhbp
公式URL https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp
説明 A chrome extension that helps to identify where an amazon product is originated from.
ファイルサイズ 1.01 MB
インストール数 182
現在のバージョン 1.0.0
最終更新日 2023-11-07
公開日 2023-11-06
評価 5.00/5 合計 3 レビュー
開発者 Shop Safe
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension that helps to identify where an amazon product is originated from.",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Shop Safe",
    "icons": {
        "192": ".\/assets\/icons\/icon-192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/dp\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}