Benable

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

¿Qué es Benable?

Benable es una extensión de Chrome desarrollada por https://benable.com, y su función principal es "Save things to beautiful shareable lists, while browsing the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Benable

Descarga archivos de extensión Benable en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Benable Benable
ID hjkacojcnmnchcllgdfiepfjfplnofol
URL Oficial https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol
Descripción Save things to beautiful shareable lists, while browsing the web.
Tamaño del Archivo 6.07 MB
Cantidad de Instalaciones 3,660
Versión Actual 1.35
Última Actualización 2023-09-06
Fecha de Publicación 2022-03-16
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador https://benable.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://benable.com/
URL de la Página de Política de Privacidad https://benable.com/privacy
Idiomas Soportados 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"
    }
}