Hansel

Buy Better With Hansel

Hanselとは何ですか?

Hanselはhttps://www.gethansel.comによって開発されたChromeの拡張機能で、その主な機能は「Buy Better With Hansel」です。

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

screenshot

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

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

拡張機能の使用方法

                        Hansel saves you time and money by adding expert product reviews to your favorite online stores.

⭐     Automatically get top reviews from YouTube, Reddit, and blogs.

🛒.    Works on most major stores including Amazon, Walmart, and Target.

🎯     Find the right products faster with less effort.

By using this add-on, you agree to the Hansel Terms of Service available at https://www.gethansel.com/terms-of-service                    

拡張機能の基本情報

名前 Hansel Hansel
ID fegnnoakaaeojeaoalgkcmdffmjpkogn
公式URL https://chromewebstore.google.com/detail/hansel/fegnnoakaaeojeaoalgkcmdffmjpkogn
説明 Buy Better With Hansel
ファイルサイズ 3.12 MB
インストール数 90
現在のバージョン 2.0.0.14
最終更新日 2022-05-05
公開日 2020-06-20
評価 5.00/5 合計 35 レビュー
開発者 https://www.gethansel.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gethansel.com/shoppers
ヘルプページのURL https://www.gethansel.com/shoppers
プライバシーポリシーページのURL https://www.gethansel.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Hansel",
    "name": "Hansel",
    "version": "2.0.0.14",
    "version_name": "2.0.0.14",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubCh2ixHudpJX4Ey6LhIFc8KFWqNRAGozhW0Hjs3h50RqKph77UtylndGcGD3ZhU1b9Saszd+9hIOGsAwcYlXe3GgJQxUAzCfKiBnAZ5jK4F1\/Mt0chra6k6i6Y+FRFrSXUEDU0UDkHdq6DhFRZ6oLWeR26ZVUdXl\/CvdBPGgqIv+nIYO5mMlYxyCYqX0j3\/53XNnn+yoXyNcdNRLfTfoQac7Jqbc1uwiB+5x7EaXbOgH\/NOAh50Dyu47pkhZlZJcX5eqCw3igKrs6\/FGzBmLG3uTFyLVoeYdXEJg0Hb+IkWUltkzVVtZKEkz48AJYq0MvE5hJNlFRq9XNbQzEDqfQIDAQAB",
    "description": "Buy Better With Hansel",
    "icons": {
        "16": "\/assets\/hansel-ico.png",
        "48": "\/assets\/hansel-ico.png",
        "128": "\/assets\/hansel-ico.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Hansel",
        "default_icon": "\/assets\/hansel-ico.png",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3001\/*",
            "https:\/\/console.gethansel.com\/*"
        ]
    },
    "web_accessible_resources": [
        "assets\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "banner.js"
            ]
        }
    ]
}