Buildshare
Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
What is Buildshare?
Buildshare is a Chrome extension developed by SudsyLabs, and its main feature is "Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.".
Extension Screenshots
Download Buildshare Extension CRX File
Download Buildshare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Buildshare |
ID | ilnafhnlhbodploaidanmdiimpldejpe |
Official URL | https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe |
Description | Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources. |
File Size | 37.89 KB |
Installation Count | 382 |
Current Version | 0.9.15 |
Last Updated | 2022-04-08 |
Publish Date | 2022-01-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | SudsyLabs |
[email protected] | |
Payment Type | in_app |
Extension Website | https://sudsylabs.com/buildshare |
Help Page URL | https://sudsylabs.com/contact-us |
Privacy Policy Page URL | https://sudsylabs.com/privacy-policy |
Supported Languages | 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" } } |