Benable
Save things to beautiful shareable lists, while browsing the web.
Vad är Benable?
Benable är en Chrome-tillägg utvecklad av https://benable.com, och dess huvudfunktion är "Save things to beautiful shareable lists, while browsing the web.".
Tilläggsskärmbilder
Ladda ner Benable-förlängningens CRX-fil
Ladda ner Benable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Benable |
ID | hjkacojcnmnchcllgdfiepfjfplnofol |
Officiell webbadress | https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol |
Beskrivning | Save things to beautiful shareable lists, while browsing the web. |
Filstorlek | 6.07 MB |
Antal Installationer | 3,660 |
Aktuell Version | 1.35 |
Senast Uppdaterad | 2023-09-06 |
Publiceringsdatum | 2022-03-16 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | https://benable.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://benable.com/ |
URL till Sekretesspolicy Sidan | https://benable.com/privacy |
Stödda Språk | 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" } } |