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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://sites.google.com/view/one-click-extensions/contact |
| عنوان صفحة سياسة الخصوصية | 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"
}
} | |