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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | 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" } } |