Benable
Save things to beautiful shareable lists, while browsing the web.
Co je Benable?
Benable je rozšíření Chrome vyvinuté https://benable.com, a jeho hlavní funkcí je „Save things to beautiful shareable lists, while browsing the web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Benable
Stáhněte si soubory rozšíření Benable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Benable |
ID | hjkacojcnmnchcllgdfiepfjfplnofol |
Oficiální URL | https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol |
Popis | Save things to beautiful shareable lists, while browsing the web. |
Velikost souboru | 6.07 MB |
Počet instalací | 3,660 |
Aktuální Verze | 1.35 |
Poslední Aktualizace | 2023-09-06 |
Datum Vydání | 2022-03-16 |
Hodnocení | 5.00/5 Celkem 8 Hodnocení |
Vývojář | https://benable.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://benable.com/ |
URL Stránky Zásad Ochrany Soukromí | https://benable.com/privacy |
Podporované Jazyky | 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" } } |