Benable

Save things to beautiful shareable lists, while browsing the web.

O que é Benable?

Benable é uma extensão do Chrome desenvolvida por https://benable.com, e sua principal característica é "Save things to beautiful shareable lists, while browsing the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Benable

Baixe arquivos de extensão Benable 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

                        With the Benable Chrome Extension, you can quickly save things to your Benable lists, while browsing the web.

With just a few clicks you can add products, services, places, and anything else to beautiful shareable lists on Benable. 

Go to any webpage, click the Benable extension icon, choose what list you want to save the item to, and that’s it! 

To get started, install the Benable chrome extension and login to your Benable account.                    

Informações Básicas da Extensão

Nome Benable Benable
ID hjkacojcnmnchcllgdfiepfjfplnofol
URL Oficial https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol
Descrição Save things to beautiful shareable lists, while browsing the web.
Tamanho do Arquivo 6.07 MB
Contagem de Instalações 3,660
Versão Atual 1.35
Última Atualização 2023-09-06
Data de Publicação 2022-03-16
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://benable.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://benable.com/
URL da Página de Política de Privacidade https://benable.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benable",
    "description": "Save things to beautiful shareable lists, while browsing the web.",
    "version": "1.35",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "script.js",
                "iframeLoader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    }
}