Create a Google Sheet™
This extension creates a new Google Spreadsheet™
¿Qué es Create a Google Sheet™?
Create a Google Sheet™ es una extensión de Chrome desarrollada por Thomas Hammerlund, y su función principal es "This extension creates a new Google Spreadsheet™".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Create a Google Sheet™
Descarga archivos de extensión Create a Google Sheet™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Create a Google Sheet™ |
ID | egedmciehgdeklkhaegkgjmgiomfoaef |
URL Oficial | https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef |
Descripción | This extension creates a new Google Spreadsheet™ |
Tamaño del Archivo | 6 KB |
Cantidad de Instalaciones | 33 |
Versión Actual | 0.5 |
Última Actualización | 2021-05-14 |
Fecha de Publicación | 2021-03-16 |
Desarrollador | Thomas Hammerlund |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://sites.google.com/view/one-click-extensions/home |
URL de la Página de Ayuda | https://sites.google.com/view/one-click-extensions/how-to |
URL de la Página de Política de Privacidad | https://sites.google.com/view/one-click-extensions/privacy-policy |
Idiomas Soportados | 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" } } |