Quick Workspace

Access popular Google Workspace instantly from your new tab page!

Was ist Quick Workspace?

Quick Workspace ist eine Chrome-Erweiterung, die von Advertala entwickelt wurde, und ihr Hauptmerkmal ist "Access popular Google Workspace instantly from your new tab page!".

Erweiterungsscreenshots

screenshot

Quick Workspace-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Workspace-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Quick Workspace Quick Workspace
ID ilmgenhlmaigljninlgpkhphgbaijgbf
Offizielle URL https://chromewebstore.google.com/detail/quick-workspace/ilmgenhlmaigljninlgpkhphgbaijgbf
Beschreibung Access popular Google Workspace instantly from your new tab page!
Dateigröße 467 KB
Installationsanzahl 135
Aktuelle Version 0.7
Letztes Update 2022-03-30
Veröffentlichungsdatum 2021-02-01
Entwickler Advertala
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://advertala.net/privacy.html
Unterstützte Sprachen 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": []
}