Hansel

Buy Better With Hansel

O que é Hansel?

Hansel é uma extensão do Chrome desenvolvida por https://www.gethansel.com, e sua principal característica é "Buy Better With Hansel".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hansel

Baixe arquivos de extensão Hansel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Hansel Hansel
ID fegnnoakaaeojeaoalgkcmdffmjpkogn
URL Oficial https://chromewebstore.google.com/detail/hansel/fegnnoakaaeojeaoalgkcmdffmjpkogn
Descrição Buy Better With Hansel
Tamanho do Arquivo 3.12 MB
Contagem de Instalações 90
Versão Atual 2.0.0.14
Última Atualização 2022-05-05
Data de Publicação 2020-06-20
Classificação 5.00/5 Total de 35 Avaliações
Desenvolvedor https://www.gethansel.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gethansel.com/shoppers
URL da Página de Ajuda https://www.gethansel.com/shoppers
URL da Página de Política de Privacidade https://www.gethansel.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}