Benable
Save things to beautiful shareable lists, while browsing the web.
Cos'è Benable?
Benable è un'estensione di Chrome sviluppata da https://benable.com, e la sua funzione principale è "Save things to beautiful shareable lists, while browsing the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Benable
Scarica i file di estensione Benable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Benable |
ID | hjkacojcnmnchcllgdfiepfjfplnofol |
URL Ufficiale | https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol |
Descrizione | Save things to beautiful shareable lists, while browsing the web. |
Dimensione del File | 6.07 MB |
Conteggio Installazioni | 3,660 |
Versione Corrente | 1.35 |
Ultimo Aggiornamento | 2023-09-06 |
Data di Pubblicazione | 2022-03-16 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | https://benable.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://benable.com/ |
URL della Pagina della Politica sulla Privacy | https://benable.com/privacy |
Lingue Supportate | 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" } } |