Benable

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

Benable란 무엇입니까?

Benable은(는) https://benable.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save things to beautiful shareable lists, while browsing the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Benable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}