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.」です。

拡張機能のスクリーンショット

screenshot

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™ 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
Eメール [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"
    }
}