Create a Google Sheet™
This extension creates a new Google Spreadsheet™
Vad är Create a Google Sheet™?
Create a Google Sheet™ är en Chrome-tillägg utvecklad av Thomas Hammerlund, och dess huvudfunktion är "This extension creates a new Google Spreadsheet™".
Tilläggsskärmbilder
Ladda ner Create a Google Sheet™-förlängningens CRX-fil
Ladda ner Create a Google Sheet™-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
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.
Grundläggande Information om Tillägg
Namn | Create a Google Sheet™ |
ID | egedmciehgdeklkhaegkgjmgiomfoaef |
Officiell webbadress | https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef |
Beskrivning | This extension creates a new Google Spreadsheet™ |
Filstorlek | 6 KB |
Antal Installationer | 33 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2021-05-14 |
Publiceringsdatum | 2021-03-16 |
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/how-to |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/one-click-extensions/privacy-policy |
Stödda Språk | 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" } } |