Sheet Monkey - Form Builder for Sheets
A form builder for Google Sheets that allows you to embed forms on any site with any style.
Was ist Sheet Monkey - Form Builder for Sheets?
Sheet Monkey - Form Builder for Sheets ist eine Chrome-Erweiterung, die von https://sheetmonkey.io entwickelt wurde, und ihr Hauptmerkmal ist "A form builder for Google Sheets that allows you to embed forms on any site with any style.".
Erweiterungsscreenshots
Sheet Monkey - Form Builder for Sheets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sheet Monkey - Form Builder for Sheets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Build web forms that save their data in Google Sheets. Sheet Monkey is a form builder that saves data in Google Sheets. Sheet Monkey forms are fully embeddable on any website or platform and they can be shared on social media or messaging apps. Forms can be completely customized or you can use our responsive default styles. Advanced features include: • File uploads • Email notifications • Security restrictions • Duplicate submission prevention • Templates for common forms Sheet Monkey forms can be integrated with: • Static HTML sites • Webflow sites • WordPress sites • Carrd sites • and more!
Grundlegende Informationen zur Erweiterung
Name | Sheet Monkey - Form Builder for Sheets |
ID | dnohamccnpiapcadmokckehgebdednko |
Offizielle URL | https://chromewebstore.google.com/detail/sheet-monkey-form-builder/dnohamccnpiapcadmokckehgebdednko |
Beschreibung | A form builder for Google Sheets that allows you to embed forms on any site with any style. |
Dateigröße | 1.41 MB |
Installationsanzahl | 1,717 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-11-24 |
Veröffentlichungsdatum | 2021-10-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://sheetmonkey.io |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://docs.sheetmonkey.io/policies/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sheet Monkey - Form Builder for Sheets", "description": "A form builder for Google Sheets that allows you to embed forms on any site with any style.", "homepage_url": "https:\/\/github.com\/levinunnink\/sheetmonkey-chrome", "version": "1.0.0", "manifest_version": 3, "action": { "default_title": "Show Sheet Monkey form builder" }, "icons": { "16": "public\/icon16.png", "48": "public\/icon48.png", "128": "public\/icon128.png" }, "content_scripts": [ { "run_at": "document_idle", "js": [ "after.js" ], "matches": [ "https:\/\/docs.google.com\/spreadsheets\/*", "https:\/\/docs.google.com\/spreadsheets\/*" ] } ], "web_accessible_resources": [ { "resources": [ "public\/*" ], "matches": [ " |