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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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';"
}