Simple Workspace Tab

Access popular Google Workspace instantly from your new tab page!

ما هو Simple Workspace Tab؟

Simple Workspace Tab هو إضافة Chrome تم تطويرها بواسطة https://simple-workspace-tab.com، والميزة الرئيسية لها هي "Access popular Google Workspace instantly from your new tab page!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Simple Workspace Tab

قم بتنزيل ملفات الامتداد Simple Workspace Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Simple Workspace Tab Simple Workspace Tab
ID ccidadmkhhnahimjmlfgkodmphcdidhe
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-workspace-tab/ccidadmkhhnahimjmlfgkodmphcdidhe
الوصف Access popular Google Workspace instantly from your new tab page!
حجم الملف 4.18 MB
عدد التثبيتات 34,607
النسخة الحالية 0.3
آخر تحديث 2023-03-30
تاريخ النشر 2022-12-07
تقييم 3.00/5 مجموع تقييمات 1
المطور https://simple-workspace-tab.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://simple-workspace-tab.com/
عنوان صفحة سياسة الخصوصية https://ricerca.co/privacy-policy
اللغات المدعومة 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": []
}