Create a Google Sheet™

This extension creates a new Google Spreadsheet™

Qu'est-ce que Create a Google Sheet™ ?

Create a Google Sheet™ est une extension Chrome développée par Thomas Hammerlund, et sa fonction principale est "This extension creates a new Google Spreadsheet™".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Create a Google Sheet™

Téléchargez les fichiers d'extension Create a Google Sheet™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Create a Google Sheet™ Create a Google Sheet™
ID egedmciehgdeklkhaegkgjmgiomfoaef
URL Officiel https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef
Description This extension creates a new Google Spreadsheet™
Taille du Fichier 6 KB
Nombre d'Installations 33
Version Actuelle 0.5
Dernière Mise à Jour 2021-05-14
Date de Publication 2021-03-16
Développeur Thomas Hammerlund
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sites.google.com/view/one-click-extensions/home
URL de la Page d'Aide https://sites.google.com/view/one-click-extensions/how-to
URL de la Page de Politique de Confidentialité https://sites.google.com/view/one-click-extensions/privacy-policy
Langues Prises en Charge 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"
    }
}