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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Google Forms experience with added functionality: answer templates, the ability to reverse answer options"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Forms Toolbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}