Quick Workspace

Access popular Google Workspace instantly from your new tab page!

Cos'è Quick Workspace?

Quick Workspace è un'estensione di Chrome sviluppata da Advertala, e la sua funzione principale è "Access popular Google Workspace instantly from your new tab page!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick Workspace

Scarica i file di estensione Quick Workspace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Quick Workspace Quick Workspace
ID ilmgenhlmaigljninlgpkhphgbaijgbf
URL Ufficiale https://chromewebstore.google.com/detail/quick-workspace/ilmgenhlmaigljninlgpkhphgbaijgbf
Descrizione Access popular Google Workspace instantly from your new tab page!
Dimensione del File 467 KB
Conteggio Installazioni 135
Versione Corrente 0.7
Ultimo Aggiornamento 2022-03-30
Data di Pubblicazione 2021-02-01
Sviluppatore Advertala
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://advertala.net/privacy.html
Lingue Supportate 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": []
}