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

下载Quick Workspace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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