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