Create a Google Form™
This extension creates a new Google Form™ so you can create a new survey in one click.
What is Create a Google Form™?
Create a Google Form™ is a Chrome extension developed by Thomas Hammerlund, and its main feature is "This extension creates a new Google Form™ so you can create a new survey in one click.".
Extension Screenshots
Download Create a Google Form™ Extension CRX File
Download Create a Google Form™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Create a Google Form™ |
ID | adeaekaeebmeeikfcapkglhpegobenpp |
Official URL | https://chromewebstore.google.com/detail/create-a-google-form/adeaekaeebmeeikfcapkglhpegobenpp |
Description | This extension creates a new Google Form™ so you can create a new survey in one click. |
File Size | 4.93 KB |
Installation Count | 107 |
Current Version | 0.3 |
Last Updated | 2021-04-23 |
Publish Date | 2021-04-23 |
Developer | Thomas Hammerlund |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/one-click-extensions/home |
Help Page URL | https://sites.google.com/view/one-click-extensions/contact |
Privacy Policy Page URL | https://sites.google.com/view/one-click-extensions/privacy-policy |
Supported Languages | 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" } } |