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 هو إضافة Chrome تم تطويرها بواسطة https://lincolnapps.co، والميزة الرئيسية لها هي "Enhance your Google Forms experience with added functionality: answer templates, the ability to reverse answer options".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Google Forms Toolbox

قم بتنزيل ملفات الامتداد Google Forms Toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
        }
    ]
}