Simple Workspace Tab

Access popular Google Workspace instantly from your new tab page!

Was ist Simple Workspace Tab?

Simple Workspace Tab ist eine Chrome-Erweiterung, die von https://simple-workspace-tab.com entwickelt wurde, und ihr Hauptmerkmal ist "Access popular Google Workspace instantly from your new tab page!".

Erweiterungsscreenshots

screenshot

Simple Workspace Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Workspace Tab-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

                        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/).                    

Grundlegende Informationen zur Erweiterung

Name Simple Workspace Tab Simple Workspace Tab
ID ccidadmkhhnahimjmlfgkodmphcdidhe
Offizielle URL https://chromewebstore.google.com/detail/simple-workspace-tab/ccidadmkhhnahimjmlfgkodmphcdidhe
Beschreibung Access popular Google Workspace instantly from your new tab page!
Dateigröße 4.18 MB
Installationsanzahl 34,607
Aktuelle Version 0.3
Letztes Update 2023-03-30
Veröffentlichungsdatum 2022-12-07
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler https://simple-workspace-tab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://simple-workspace-tab.com/
URL der Datenschutzrichtlinien-Seite https://ricerca.co/privacy-policy
Unterstützte Sprachen 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": []
}