Benable

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

Benable là gì?

Benable là một tiện ích mở rộng Chrome được phát triển bởi https://benable.com, và tính năng chính của nó là "Save things to beautiful shareable lists, while browsing the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Benable

Tải xuống các tệp mở rộng Benable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Benable Benable
ID hjkacojcnmnchcllgdfiepfjfplnofol
URL Chính Thức https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol
Mô tả Save things to beautiful shareable lists, while browsing the web.
Kích Thước Tệp 6.07 MB
Số Lần Cài Đặt 3,660
Phiên Bản Hiện Tại 1.35
Cập Nhật Lần Cuối 2023-09-06
Ngày Phát Hành 2022-03-16
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://benable.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://benable.com/
URL Trang Chính Sách Bảo Mật https://benable.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}