Benable
Save things to beautiful shareable lists, while browsing the web.
Co to jest Benable?
Benable to rozszerzenie Chrome opracowane przez https://benable.com, a jego główną funkcją jest „Save things to beautiful shareable lists, while browsing the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Benable
Pobierz pliki rozszerzeń Benable w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Benable |
ID | hjkacojcnmnchcllgdfiepfjfplnofol |
Oficjalny URL | https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol |
Opis | Save things to beautiful shareable lists, while browsing the web. |
Rozmiar pliku | 6.07 MB |
Liczba instalacji | 3,660 |
Aktualna Wersja | 1.35 |
Ostatnia Aktualizacja | 2023-09-06 |
Data Publikacji | 2022-03-16 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | https://benable.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://benable.com/ |
Adres URL Strony Polityki Prywatności | https://benable.com/privacy |
Obsługiwane Języki | 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" } } |