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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Hammerlund และคุณลักษณะหลักของมันคือ "This extension creates a new Google Form™ so you can create a new survey in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Create a Google Form™
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |