Simple Workspace Tab

Access popular Google Workspace instantly from your new tab page!

Vad är Simple Workspace Tab?

Simple Workspace Tab är en Chrome-tillägg utvecklad av https://simple-workspace-tab.com, och dess huvudfunktion är "Access popular Google Workspace instantly from your new tab page!".

Tilläggsskärmbilder

screenshot

Ladda ner Simple Workspace Tab-förlängningens CRX-fil

Ladda ner Simple Workspace Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Simple Workspace Tab Simple Workspace Tab
ID ccidadmkhhnahimjmlfgkodmphcdidhe
Officiell webbadress https://chromewebstore.google.com/detail/simple-workspace-tab/ccidadmkhhnahimjmlfgkodmphcdidhe
Beskrivning Access popular Google Workspace instantly from your new tab page!
Filstorlek 4.18 MB
Antal Installationer 34,607
Aktuell Version 0.3
Senast Uppdaterad 2023-03-30
Publiceringsdatum 2022-12-07
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare https://simple-workspace-tab.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://simple-workspace-tab.com/
URL till Sekretesspolicy Sidan https://ricerca.co/privacy-policy
Stödda Språk 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": []
}