Quick Workspace

Access popular Google Workspace instantly from your new tab page!

Quick Workspace란 무엇입니까?

Quick Workspace은(는) Advertala에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access popular Google Workspace instantly from your new tab page!"입니다.

확장 프로그램 스크린샷

screenshot

Quick Workspace 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By downloading our Quick Workspace New Tab extension, you get quicker access to your everyday Google tools, from docs and sheets, to slides, even Google maps and translate

New tab features Include
- Providing the best search results by changing your search engine on the new tab to Bing
- Access to everyday Google tools, including Google Docs & Sheets
- Easy view time of day 

By clicking "Add to chrome", I accept and agree to installing the Quick Workspace extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://www.advertala.net/privacy.html) and Terms of Use (https://www.advertala.net/term-and-conditions.html).

Advertala
141 Cecil Street 
Singapore 069541                    

확장 프로그램 기본 정보

이름 Quick Workspace Quick Workspace
ID ilmgenhlmaigljninlgpkhphgbaijgbf
공식 URL https://chromewebstore.google.com/detail/quick-workspace/ilmgenhlmaigljninlgpkhphgbaijgbf
설명 Access popular Google Workspace instantly from your new tab page!
파일 크기 467 KB
설치 횟수 135
현재 버전 0.7
최근 업데이트 2022-03-30
출시 날짜 2021-02-01
개발자 Advertala
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://advertala.net/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.7",
    "name": "Quick Workspace",
    "author": "Dev",
    "description": "Access popular Google Workspace instantly from your new tab page!",
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "action": {
        "default_title": "Quick Workspace"
    },
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": []
}