Create a Google Sheet™

This extension creates a new Google Spreadsheet™

Cos'è Create a Google Sheet™?

Create a Google Sheet™ è un'estensione di Chrome sviluppata da Thomas Hammerlund, e la sua funzione principale è "This extension creates a new Google Spreadsheet™".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Create a Google Sheet™

Scarica i file di estensione Create a Google Sheet™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension that does one thing and does it well - it just makes a new Google Spreadsheet when you are signed into your Google Account. When you are not signed into your account it prompts you to sign in. That’s it.

Reasons to use it:
No data is taken from you. 
It’s fast. One click to open a new spreadsheet.
It’s great for teachers. 
I am a teacher and I made this so my young students would not have to fumble around trying to get to different pages to make a new Google Sheet.                    

Informazioni di Base sull'Estensione

Nome Create a Google Sheet™ Create a Google Sheet™
ID egedmciehgdeklkhaegkgjmgiomfoaef
URL Ufficiale https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef
Descrizione This extension creates a new Google Spreadsheet™
Dimensione del File 6 KB
Conteggio Installazioni 33
Versione Corrente 0.5
Ultimo Aggiornamento 2021-05-14
Data di Pubblicazione 2021-03-16
Sviluppatore Thomas Hammerlund
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sites.google.com/view/one-click-extensions/home
URL della Pagina di Aiuto https://sites.google.com/view/one-click-extensions/how-to
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/one-click-extensions/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Sheet\u2122",
    "description": "This extension creates a new Google Spreadsheet\u2122",
    "version": "0.5",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Sheet\u2122"
    },
    "background": {
        "service_worker": "background.js"
    }
}