Notes/Form Generator | Workforms

Simple notes/form generator App for work or personal use.

Notes/Form Generator | Workforms क्या है?

Notes/Form Generator | Workforms Workthings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple notes/form generator App for work or personal use."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notes/Form Generator | Workforms एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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';"
}