Create a Google Form™

This extension creates a new Google Form™ so you can create a new survey in one click.

Vad är Create a Google Form™?

Create a Google Form™ är en Chrome-tillägg utvecklad av Thomas Hammerlund, och dess huvudfunktion är "This extension creates a new Google Form™ so you can create a new survey in one click.".

Tilläggsskärmbilder

screenshot

Ladda ner Create a Google Form™-förlängningens CRX-fil

Ladda ner Create a Google Form™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Create a Google Form™ Create a Google Form™
ID adeaekaeebmeeikfcapkglhpegobenpp
Officiell webbadress https://chromewebstore.google.com/detail/create-a-google-form/adeaekaeebmeeikfcapkglhpegobenpp
Beskrivning This extension creates a new Google Form™ so you can create a new survey in one click.
Filstorlek 4.93 KB
Antal Installationer 107
Aktuell Version 0.3
Senast Uppdaterad 2021-04-23
Publiceringsdatum 2021-04-23
Utvecklare Thomas Hammerlund
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sites.google.com/view/one-click-extensions/home
Hjälpsida URL https://sites.google.com/view/one-click-extensions/contact
URL till Sekretesspolicy Sidan https://sites.google.com/view/one-click-extensions/privacy-policy
Stödda Språk 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"
    }
}