Benable

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

Τι είναι το Benable;

Το Benable είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://benable.com, και η κύρια λειτουργία του είναι "Save things to beautiful shareable lists, while browsing the web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Benable

Λήψη αρχείων επέκτασης Benable σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Benable Benable
ID hjkacojcnmnchcllgdfiepfjfplnofol
Επίσημο URL https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol
Περιγραφή Save things to beautiful shareable lists, while browsing the web.
Μέγεθος Αρχείου 6.07 MB
Αριθμός Εγκαταστάσεων 3,660
Τρέχουσα Έκδοση 1.35
Τελευταία Ενημέρωση 2023-09-06
Ημερομηνία Δημοσίευσης 2022-03-16
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://benable.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://benable.com/
URL της Σελίδας Πολιτικής Απορρήτου https://benable.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    }
}