Notes/Form Generator | Workforms
Simple notes/form generator App for work or personal use.
Qu'est-ce que Notes/Form Generator | Workforms ?
Notes/Form Generator | Workforms est une extension Chrome développée par Workthings, et sa fonction principale est "Simple notes/form generator App for work or personal use.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notes/Form Generator | Workforms
Téléchargez les fichiers d'extension Notes/Form Generator | Workforms 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
This is a great little tool for anyone who has to constantly fill out templates, if you find yourself having to manually copy templates to fill them out all the time, give Workforms a try and help minimize efforts with these routines by creating an actual form that you can simply fill out. You can now also import/export your templates to share with you colleagues, or to back them up. How to use this tool? Simple, once installed, just click the extension icon found up the top right of chrome to open Workforms and start creating templates. Workforms also completely stores all your data locally and never leaves your computer, as per our privacy policy. Please don't hesitate to send through any feedback.
Informations de Base sur l'Extension
Nom | Notes/Form Generator | Workforms |
ID | cbeoijmkmkgebhmfebhmbfdamlgafhdf |
URL Officiel | https://chromewebstore.google.com/detail/notesform-generator-workf/cbeoijmkmkgebhmfebhmbfdamlgafhdf |
Description | Simple notes/form generator App for work or personal use. |
Taille du Fichier | 353 KB |
Nombre d'Installations | 573 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2021-10-18 |
Date de Publication | 2020-06-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Workthings |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://drive.google.com/file/d/1O7hOc6EdH0T6JpCGcDYe74dqi0_EycG6/view?usp=sharing |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes\/Form Generator | Workforms", "version": "1.5.0", "description": "Simple notes\/form generator App for work or personal use.", "manifest_version": 2, "icons": { "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'self' 'unsafe-eval'; object-src 'self';" } |