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