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