Create a Google Sheet™

This extension creates a new Google Spreadsheet™

Create a Google Sheet™란 무엇입니까?

Create a Google Sheet™은(는) Thomas Hammerlund에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates a new Google Spreadsheet™"입니다.

확장 프로그램 스크린샷

screenshot

Create a Google Sheet™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Create a Google Sheet™ Create a Google Sheet™
ID egedmciehgdeklkhaegkgjmgiomfoaef
공식 URL https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef
설명 This extension creates a new Google Spreadsheet™
파일 크기 6 KB
설치 횟수 33
현재 버전 0.5
최근 업데이트 2021-05-14
출시 날짜 2021-03-16
개발자 Thomas Hammerlund
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/one-click-extensions/home
도움말 페이지 URL https://sites.google.com/view/one-click-extensions/how-to
개인정보 보호 정책 페이지 URL https://sites.google.com/view/one-click-extensions/privacy-policy
지원되는 언어 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"
    }
}