Buildshare

Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.

Buildshare란 무엇입니까?

Buildshare은(는) SudsyLabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Buildshare provides convenient access to a library of pre-built responsive design elements directly from the Bubble™ editor. Add fully responsive UI elements - including complete layouts and pages - to your Bubble™ app with just a click.

Additionally, access learning resources to help you master the new layout engine (new responsive engine) as well as advance your skills and knowledge so that you can better leverage the Bubble™ platform.                    

확장 프로그램 기본 정보

이름 Buildshare Buildshare
ID ilnafhnlhbodploaidanmdiimpldejpe
공식 URL https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe
설명 Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
파일 크기 37.89 KB
설치 횟수 382
현재 버전 0.9.15
최근 업데이트 2022-04-08
출시 날짜 2022-01-18
평점 5.00/5 총 2 개의 평점
개발자 SudsyLabs
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://sudsylabs.com/buildshare
도움말 페이지 URL https://sudsylabs.com/contact-us
개인정보 보호 정책 페이지 URL https://sudsylabs.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Buildshare\u2122"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.bubble.is\/*",
                "https:\/\/bubble.io\/*"
            ],
            "resources": [
                "\/images\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bubble.is\/page*",
                "https:\/\/bubble.io\/page*"
            ],
            "css": [
                "styles\/editor.css"
            ],
            "js": [
                "scripts\/lib\/jquery-3.6.0.slim.min.js",
                "scripts\/editor.js"
            ]
        }
    ],
    "manifest_version": 3,
    "version": "0.9.15",
    "description": "Kickstart the design of your Bubble\u2122 app with access to pre-built responsive UI elements and learning resources.",
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "name": "Buildshare",
    "icons": {
        "48": "images\/buildshare-icon_48.png",
        "96": "images\/buildshare-icon_96.png",
        "128": "images\/buildshare-icon_128.png"
    }
}