Bubble Helper Pro
CSV upload for Option Sets to Bubble app
Wat is Bubble Helper Pro?
Bubble Helper Pro is een Chrome-extensie ontwikkeld door arturio, en de belangrijkste functie is "CSV upload for Option Sets to Bubble app".
Extensie Screenshots
Download het CRX-bestand van de extensie Bubble Helper Pro
Download Bubble Helper Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Bubble Helper Pro allows easily import options and attributes for Option Sets
Basisinformatie over de Extensie
Naam | Bubble Helper Pro |
ID | onacjlnddimbddmideijnpgbjnpdlojk |
Officiële URL | https://chromewebstore.google.com/detail/bubble-helper-pro/onacjlnddimbddmideijnpgbjnpdlojk |
Beschrijving | CSV upload for Option Sets to Bubble app |
Bestandsgrootte | 39.1 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2024-01-10 |
Publicatiedatum | 2022-12-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | arturio |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bubble Helper Pro", "version": "1.1.2", "description": "CSV upload for Option Sets to Bubble app", "content_scripts": [ { "matches": [ "https:\/\/*.bubble.io\/page*" ], "js": [ "contentScript.js", "vendors\/papaparse.min.js" ], "css": [ "css\/style.css", "css\/forms-min.css", "css\/buttons-min.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/*.bubble.io\/*" ] } ], "host_permissions": [ "https:\/\/*.bubble.io\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |