Create a Google Form™
This extension creates a new Google Form™ so you can create a new survey in one click.
什么是Create a Google Form™?
Create a Google Form™是由Thomas Hammerlund开发的Chrome扩展程序,该扩展的主要功能是“This extension creates a new Google Form™ so you can create a new survey in one click.”。
扩展截图
下载Create a Google Form™扩展crx文件
下载Create a Google Form™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Create a Google Form™ |
ID | adeaekaeebmeeikfcapkglhpegobenpp |
官方URL | https://chromewebstore.google.com/detail/create-a-google-form/adeaekaeebmeeikfcapkglhpegobenpp |
简介 | This extension creates a new Google Form™ so you can create a new survey in one click. |
文件大小 | 4.93 KB |
安装次数 | 107 |
当前版本 | 0.3 |
更新时间 | 2021-04-23 |
上架时间 | 2021-04-23 |
开发者 | Thomas Hammerlund |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sites.google.com/view/one-click-extensions/home |
帮助页面URL | https://sites.google.com/view/one-click-extensions/contact |
隐私政策页面URL | https://sites.google.com/view/one-click-extensions/privacy-policy |
支持的语言 | 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" } } |