Benable
Save things to beautiful shareable lists, while browsing the web.
Wat is Benable?
Benable is een Chrome-extensie ontwikkeld door https://benable.com, en de belangrijkste functie is "Save things to beautiful shareable lists, while browsing the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Benable
Download Benable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Benable |
ID | hjkacojcnmnchcllgdfiepfjfplnofol |
Officiële URL | https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol |
Beschrijving | Save things to beautiful shareable lists, while browsing the web. |
Bestandsgrootte | 6.07 MB |
Aantal Installaties | 3,660 |
Huidige Versie | 1.35 |
Laatst Bijgewerkt | 2023-09-06 |
Publicatiedatum | 2022-03-16 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://benable.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://benable.com/ |
URL van de Privacybeleid Pagina | https://benable.com/privacy |
Ondersteunde Talen | 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" } } |