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
电子邮箱 [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"
            ]
        }
    ]
}