Simple Workspace Tab

Access popular Google Workspace instantly from your new tab page!

Simple Workspace Tab란 무엇입니까?

Simple Workspace Tab은(는) https://simple-workspace-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access popular Google Workspace instantly from your new tab page!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Fast and easy access to your favorite workspace applications anytime, right on your new tab.

Simple Workspace replaces the default Chrome new tab page with one that has short cuts to all your main workspace applications, such as Google Docs, Maps and more 

Installing our Simple Workspace new tab extension, you get to enjoy the following features 

-	Quick and easy access to your workspace applications, such as Google Docs, Maps and more
-	Quick and powerful search engine results powered by Bing

By clicking "Add to chrome", I accept and agree to installing the Simple Workspace Chrome extension and setting Chrome™ New Tab will be replaced to that provided by the service with Microsoft Bing search results and the Privacy (https://ricerca.co/privacy-policy/) and Terms of Use(https://ricerca.co/terms-conditions/).                    

확장 프로그램 기본 정보

이름 Simple Workspace Tab Simple Workspace Tab
ID ccidadmkhhnahimjmlfgkodmphcdidhe
공식 URL https://chromewebstore.google.com/detail/simple-workspace-tab/ccidadmkhhnahimjmlfgkodmphcdidhe
설명 Access popular Google Workspace instantly from your new tab page!
파일 크기 4.18 MB
설치 횟수 34,607
현재 버전 0.3
최근 업데이트 2023-03-30
출시 날짜 2022-12-07
평점 3.00/5 총 1 개의 평점
개발자 https://simple-workspace-tab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://simple-workspace-tab.com/
개인정보 보호 정책 페이지 URL https://ricerca.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3",
    "name": "Simple Workspace Tab",
    "short_name": "Simple Workspace Tab",
    "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": "Simple Workspace Tab"
    },
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": []
}