Switch Workstation Tab Manager

Switch is a workstation that helps you manage web applications and accounts in 1 place.

Switch Workstation Tab Manager란 무엇입니까?

Switch Workstation Tab Manager은(는) switchextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch is a workstation that helps you manage web applications and accounts in 1 place."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Switch Workstation Tab Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Switch adds a sidebar to your Chrome browser and gives you a set of productivity tools that make it easier to switch between apps, accounts, and workflows.

Unlike desktop workstations, Switch runs inside your Chrome web browser so you can manage all your web applications without sacrificing flexibility and features.

Using the Switch Sidebar helps you to become ultra-productive in the browser with the following features:

🧠 Tab Management
Smart tab management with the Switch sidebar – avoid tab overload and keep track of your browsing with tab stacking.

🐙 Multi-Account Management
Switch lets you log in and use multiple accounts (e.g. Gmail, Facebook, Instagram, etc) for a single website directly from the Switch extension - helping you to focus on the tasks that matter.

📚 Organise your workflow
Organise the internet your way with Spaces – sort information into projects for everything you can think of.

🌟 Favourites & Notifications
Save important web applications as favorites and they'll stay in the sidebar even after you close them. Open them with 1 click, and see instant notifications badges in the Sidebar from your favorite communication apps (i.e. Slack, Gmail, Messenger, Outlook). 

🔍 Active Search
Find your active tabs with a simple text search and see them listed chronologically for easy access.
 
You can create up to 2 Spaces and save up to 2 Favourites in our free version. We also offer a Switch Pro subscription plan with unlimited functionality and the following advanced features:

🕵️‍♂️ Advanced Search
Quickly find any tab from your history with our keyword search. Switch uses a flexible search algorithm that makes finding what you need fast and easy.

🗂 Document Management Search
With our filters, you can easily search through your Google Drive accounts. All Docs, Sheets, Slides show up and are sorted chronologically, meaning you can find and manage your documents in seconds.

🏄 Tab Flow
Whether you're comparing multiple tabs or responding to a loved one on Facebook, easily switch back and forth between your recent tabs with Switch Tab History and get back into the flow.


When logging in, we will ask you to verify your email address. Your email address is only used to log you in to your account and for email updates about the product. You can read our full privacy policy here:
https://www.switchextension.com/privacy-policy/

--------------
Permissions

When you install Switch you’ll be asked for the following permissions:

"Read and change all your data on the websites that you visit": Switch needs this so that you can manage your tabs in the Sidebar.
"Read and change your browsing history": Switch needs this so that you can access your search history for our Power Search feature.
"Manage your apps, extensions, and themes": Switch needs this to manage multi-account login preferences

--------------

If you have any questions, comments, or issues with Switch or your Switch plan, please send us an email at:
[email protected]                    

확장 프로그램 기본 정보

이름 Switch Workstation Tab Manager Switch Workstation Tab Manager
ID foilkalbafoifklkphdkijdcnkgcjefn
공식 URL https://chromewebstore.google.com/detail/switch-workstation-tab-ma/foilkalbafoifklkphdkijdcnkgcjefn
설명 Switch is a workstation that helps you manage web applications and accounts in 1 place.
파일 크기 8.24 MB
설치 횟수 9,581
현재 버전 3.8.7
최근 업데이트 2023-01-31
출시 날짜 2020-07-04
평점 3.84/5 총 74 개의 평점
개발자 switchextension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://switchextension.com/
개인정보 보호 정책 페이지 URL https://switchextension.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switch Workstation Tab Manager",
    "short_name": "Switch",
    "version": "3.8.7",
    "description": "Switch is a workstation that helps you manage web applications and accounts in 1 place.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/jquery-ui-1.12.1.min.js",
                "dist\/extension.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.officeapps.live.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "dist\/iframe.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/axios-0.19.0.min.js",
            "dist\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "dist\/*",
        "vendor\/*",
        "assets\/*",
        "newtab.html",
        "spaces.html"
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "management",
        "background",
        "history",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "commands": {
        "tab_history_back": {
            "suggested_key": {
                "default": "Ctrl+Comma",
                "windows": "Ctrl+Comma",
                "mac": "MacCtrl+Comma"
            },
            "description": "Tab History Back"
        },
        "tab_history_forward": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "windows": "Ctrl+Period",
                "mac": "MacCtrl+Period"
            },
            "description": "Tab History Forward"
        }
    }
}