Google Form Desing Editor

Google Form Desing Editor allows you to alter the document aspect.

Was ist Google Form Desing Editor?

Google Form Desing Editor ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Google Form Desing Editor allows you to alter the document aspect.".

Erweiterungsscreenshots

screenshot

Google Form Desing Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Form Desing Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Google Form Editor, doesn't add visual aspects to your Google Form. It works for modify the Form as such by changing document configuration                    

Grundlegende Informationen zur Erweiterung

Name Google Form Desing Editor Google Form Desing Editor
ID nebkelemoemkibpneijjiojkcjehnhmn
Offizielle URL https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn
Beschreibung Google Form Desing Editor allows you to alter the document aspect.
Dateigröße 3.24 KB
Installationsanzahl 108
Aktuelle Version 0.1
Letztes Update 2020-04-10
Veröffentlichungsdatum 2020-04-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Form Desing Editor",
    "version": "0.1",
    "description": "Google Form Desing Editor allows you to alter the document aspect.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/d\/e\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}