New Tab for Google Workspace™

Replace new tab page with a personal dashboard featuring, fast access to installed applications, bookmarks, history.

New Tab for Google Workspace™란 무엇입니까?

New Tab for Google Workspace™은(는) Global Solution inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with a personal dashboard featuring, fast access to installed applications, bookmarks, history."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

New Tab for Google Workspace™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Meet the new and optimised new tab for the better browser experience 
 Google Workspace™ (old G Suite™) -New Tab extension. Organise the new tab dashboard as you like with flexible settings. 

By clicking "Add to chrome", I accept and agree to installing 'New Tab for Workspace' Сhrome extension and setting chrome new tab to that provided by the service and the terms of use and privacy policy. The extension will update your search settings and will change your New Tab search results by Microsoft Bing.

Privacy Policy: https://guite-apps.com/privacy.html
Terms of Use: https://guite-apps.com/terms.html
How to uinstall an extension: https://gsuite-app.com/how-to-uninstall.html

Awesome New Tab Page replaces the default Chrome new tab page with one that can be personalised with your own apps, shortcuts.
Personalise Chrome New tab look by adding a bookmarks for any website from quick access panel.
 
Enjoy the best stunning view and other first-rate possibilities every time you open a new tab with G Suite™ -personal new tab.

Here are some of our new and improved options for you to enjoy Google Workspace (old G suite™) New Tab Page provides to you:

★ Light/ Dark theme
★ Organise bookmarks
★ Set custom color to background
★ Set the layout of apps
★ Organise and move application on certain for you order
★ Use hotkeys for the most popular services
★ Rearrange, add and remove tiles to fit your needs
★ Create custom website shortcuts and bookmarks
★ Search websites directly from shortcuts
★ Resize apps, shortcuts, and some widgets

Do not forget rate G Suite if you like it. 

All your 5 stars review is a ding that I'm on a right way! 
Enjoy G Suite, leave comments, share Ideas, to make New Tab better!

G Suite™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.

Updates

2.5.3.6
- New tab is now faster
- Website shortcuts added
- Bugs fix

2.5.3.5  
- New Icons 
- New services added
- Faster work                    

확장 프로그램 기본 정보

이름 New Tab for Google Workspace™ New Tab for Google Workspace™
ID ehpgcagmhpndkmglombjndkdmggkgnge
공식 URL https://chromewebstore.google.com/detail/new-tab-for-google-worksp/ehpgcagmhpndkmglombjndkdmggkgnge
설명 Replace new tab page with a personal dashboard featuring, fast access to installed applications, bookmarks, history.
파일 크기 418 KB
설치 횟수 240,470
현재 버전 2.5.3.65
최근 업데이트 2024-02-05
출시 날짜 2020-06-02
평점 4.43/5 총 447 개의 평점
개발자 Global Solution inc.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://gsuite-app.com/privacy.html
지원되는 언어 id,ms,de,en,en-GB,fr,sw,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.5.3.65",
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "images\/g-suite-icon-16.png",
        "48": "images\/g-suite-icon-48.png",
        "128": "images\/g-suite-icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/g-suite-icon-48.png"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.vulcanized.html"
    },
    "permissions": [
        "bookmarks",
        "management",
        "storage",
        "https:\/\/gsuite-app.com\/",
        "chrome:\/\/favicon\/",
        "history",
        "topSites"
    ]
}