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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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';"
}