Buildshare

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

O que é Buildshare?

Buildshare é uma extensão do Chrome desenvolvida por SudsyLabs, e sua principal característica é "Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Buildshare

Baixe arquivos de extensão Buildshare no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Buildshare Buildshare
ID ilnafhnlhbodploaidanmdiimpldejpe
URL Oficial https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe
Descrição Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
Tamanho do Arquivo 37.89 KB
Contagem de Instalações 382
Versão Atual 0.9.15
Última Atualização 2022-04-08
Data de Publicação 2022-01-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor SudsyLabs
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://sudsylabs.com/buildshare
URL da Página de Ajuda https://sudsylabs.com/contact-us
URL da Página de Política de Privacidade https://sudsylabs.com/privacy-policy
Idiomas Suportados 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"
    }
}