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文件

下載Simple Workspace Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
}