Benable

Save things to beautiful shareable lists, while browsing the web.

Qu'est-ce que Benable ?

Benable est une extension Chrome développée par https://benable.com, et sa fonction principale est "Save things to beautiful shareable lists, while browsing the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Benable

Téléchargez les fichiers d'extension Benable au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Benable Benable
ID hjkacojcnmnchcllgdfiepfjfplnofol
URL Officiel https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol
Description Save things to beautiful shareable lists, while browsing the web.
Taille du Fichier 6.07 MB
Nombre d'Installations 3,660
Version Actuelle 1.35
Dernière Mise à Jour 2023-09-06
Date de Publication 2022-03-16
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://benable.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://benable.com/
URL de la Page de Politique de Confidentialité https://benable.com/privacy
Langues Prises en Charge 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"
    }
}