Google Forms Toolbox

Enhance your Google Forms experience with added functionality: answer templates, the ability to reverse answer options

Google Forms Toolbox क्या है?

Google Forms Toolbox https://lincolnapps.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Google Forms experience with added functionality: answer templates, the ability to reverse answer options"।

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

screenshot
screenshot

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

crx प्रारूप में Google Forms Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Google Forms Toolbox is a browser extension that enhances your Google Forms experience by providing added functionality that streamlines your forms creation process and improves the user experience. With this extension, you can easily add pre-defined answer options. The ability to reverse answer options gives you the flexibility to change the order of your answers as needed. 

With Google Forms Toolbox you can:
   - Add pre-defined responses to your questions
   - Reverse your answer options to change the order of your answers

Google Forms Toolbox is easy to install and use. It's a must-have extension for anyone who uses Google Forms regularly and wants to improve their forms creation process. Try it now and see the difference for yourself!                    

एक्सटेंशन की मूल जानकारी

नाम Google Forms Toolbox Google Forms Toolbox
ID fnfomilcjgnbmddkgahbfnndkfdmikng
आधिकारिक URL https://chromewebstore.google.com/detail/google-forms-toolbox/fnfomilcjgnbmddkgahbfnndkfdmikng
विवरण Enhance your Google Forms experience with added functionality: answer templates, the ability to reverse answer options
फ़ाइल का आकार 17.01 KB
स्थापना संख्या 591
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-01-28
प्रकाशन तिथि 2023-01-27
डेवलपर https://lincolnapps.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.lincolnapps.co/
सहायता पृष्ठ URL https://www.lincolnapps.co/contact-page/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/16x16.png",
        "32": "assets\/img\/32x32.png",
        "48": "assets\/img\/48x48.png",
        "128": "assets\/img\/128x128.png"
    },
    "action": {
        "default_icon": "assets\/img\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ]
}