Quick Workspace

Access popular Google Workspace instantly from your new tab page!

¿Qué es Quick Workspace?

Quick Workspace es una extensión de Chrome desarrollada por Advertala, y su función principal es "Access popular Google Workspace instantly from your new tab page!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Quick Workspace

Descarga archivos de extensión Quick Workspace en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Quick Workspace Quick Workspace
ID ilmgenhlmaigljninlgpkhphgbaijgbf
URL Oficial https://chromewebstore.google.com/detail/quick-workspace/ilmgenhlmaigljninlgpkhphgbaijgbf
Descripción Access popular Google Workspace instantly from your new tab page!
Tamaño del Archivo 467 KB
Cantidad de Instalaciones 135
Versión Actual 0.7
Última Actualización 2022-03-30
Fecha de Publicación 2021-02-01
Desarrollador Advertala
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://advertala.net/privacy.html
Idiomas Soportados 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": []
}