Notes/Form Generator | Workforms
Simple notes/form generator App for work or personal use.
什么是Notes/Form Generator | Workforms?
Notes/Form Generator | Workforms是由Workthings开发的Chrome扩展程序,该扩展的主要功能是“Simple notes/form generator App for work or personal use.”。
扩展截图
下载Notes/Form Generator | Workforms扩展crx文件
下载Notes/Form Generator | Workforms扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Notes/Form Generator | Workforms |
ID | cbeoijmkmkgebhmfebhmbfdamlgafhdf |
官方URL | https://chromewebstore.google.com/detail/notesform-generator-workf/cbeoijmkmkgebhmfebhmbfdamlgafhdf |
简介 | Simple notes/form generator App for work or personal use. |
文件大小 | 353 KB |
安装次数 | 573 |
当前版本 | 1.5.0 |
更新时间 | 2021-10-18 |
上架时间 | 2020-06-22 |
评分 | 5.00/5 共1次评分 |
开发者 | Workthings |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://drive.google.com/file/d/1O7hOc6EdH0T6JpCGcDYe74dqi0_EycG6/view?usp=sharing |
支持的语言 | 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';" } |