Sheet Monkey - Form Builder for Sheets
A form builder for Google Sheets that allows you to embed forms on any site with any style.
Qu'est-ce que Sheet Monkey - Form Builder for Sheets ?
Sheet Monkey - Form Builder for Sheets est une extension Chrome développée par https://sheetmonkey.io, et sa fonction principale est "A form builder for Google Sheets that allows you to embed forms on any site with any style.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sheet Monkey - Form Builder for Sheets
Téléchargez les fichiers d'extension Sheet Monkey - Form Builder for Sheets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Sheet Monkey - Form Builder for Sheets |
ID | dnohamccnpiapcadmokckehgebdednko |
URL Officiel | https://chromewebstore.google.com/detail/sheet-monkey-form-builder/dnohamccnpiapcadmokckehgebdednko |
Description | A form builder for Google Sheets that allows you to embed forms on any site with any style. |
Taille du Fichier | 1.41 MB |
Nombre d'Installations | 1,717 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-11-24 |
Date de Publication | 2021-10-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://sheetmonkey.io |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.sheetmonkey.io/policies/privacy-policy |
Langues Prises en Charge | 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": [ " |