Benable

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

Benable क्या है?

Benable https://benable.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save things to beautiful shareable lists, while browsing the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Benable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}