Create a Google Form™
This extension creates a new Google Form™ so you can create a new survey in one click.
Apa itu Create a Google Form™?
Create a Google Form™ adalah ekstensi Chrome yang dikembangkan oleh Thomas Hammerlund, dan fitur utamanya adalah "This extension creates a new Google Form™ so you can create a new survey in one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Create a Google Form™
Unduh file ekstensi Create a Google Form™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Create a Google Form™ |
ID | adeaekaeebmeeikfcapkglhpegobenpp |
URL Resmi | https://chromewebstore.google.com/detail/create-a-google-form/adeaekaeebmeeikfcapkglhpegobenpp |
Deskripsi | This extension creates a new Google Form™ so you can create a new survey in one click. |
Ukuran File | 4.93 KB |
Jumlah Instalasi | 107 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2021-04-23 |
Tanggal Publikasi | 2021-04-23 |
Pengembang | Thomas Hammerlund |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sites.google.com/view/one-click-extensions/home |
URL Halaman Bantuan | https://sites.google.com/view/one-click-extensions/contact |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/one-click-extensions/privacy-policy |
Bahasa yang Didukung | 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" } } |