Buildshare
Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
Vad är Buildshare?
Buildshare är en Chrome-tillägg utvecklad av SudsyLabs, och dess huvudfunktion är "Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.".
Tilläggsskärmbilder
Ladda ner Buildshare-förlängningens CRX-fil
Ladda ner Buildshare-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Buildshare |
ID | ilnafhnlhbodploaidanmdiimpldejpe |
Officiell webbadress | https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe |
Beskrivning | Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources. |
Filstorlek | 37.89 KB |
Antal Installationer | 382 |
Aktuell Version | 0.9.15 |
Senast Uppdaterad | 2022-04-08 |
Publiceringsdatum | 2022-01-18 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | SudsyLabs |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://sudsylabs.com/buildshare |
Hjälpsida URL | https://sudsylabs.com/contact-us |
URL till Sekretesspolicy Sidan | https://sudsylabs.com/privacy-policy |
Stödda Språk | 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" } } |