Create a Google Form™

This extension creates a new Google Form™ so you can create a new survey in one click.

Was ist Create a Google Form™?

Create a Google Form™ ist eine Chrome-Erweiterung, die von Thomas Hammerlund entwickelt wurde, und ihr Hauptmerkmal ist "This extension creates a new Google Form™ so you can create a new survey in one click.".

Erweiterungsscreenshots

screenshot

Create a Google Form™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Create a Google Form™-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

                        Create a new Google Form™ in one click with this extension. 

If you are not signed into your Google Account, you will be directed to the login screen.                    

Grundlegende Informationen zur Erweiterung

Name Create a Google Form™ Create a Google Form™
ID adeaekaeebmeeikfcapkglhpegobenpp
Offizielle URL https://chromewebstore.google.com/detail/create-a-google-form/adeaekaeebmeeikfcapkglhpegobenpp
Beschreibung This extension creates a new Google Form™ so you can create a new survey in one click.
Dateigröße 4.93 KB
Installationsanzahl 107
Aktuelle Version 0.3
Letztes Update 2021-04-23
Veröffentlichungsdatum 2021-04-23
Entwickler Thomas Hammerlund
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sites.google.com/view/one-click-extensions/home
Hilfeseite URL https://sites.google.com/view/one-click-extensions/contact
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/one-click-extensions/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Form\u2122",
    "description": "This extension creates a new Google Form\u2122 so you can create a new survey in one click.",
    "version": "0.3",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Form\u2122"
    },
    "background": {
        "service_worker": "background.js"
    }
}