Switch Workstation Tab Manager

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

Hvad er Switch Workstation Tab Manager?

Switch Workstation Tab Manager er en Chrome-udvidelse udviklet af switchextension, og dens hovedfunktion er "Switch is a workstation that helps you manage web applications and accounts in 1 place.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Switch Workstation Tab Manager-udvidelses-CRX-fil

Download Switch Workstation Tab Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Switch Workstation Tab Manager Switch Workstation Tab Manager
ID foilkalbafoifklkphdkijdcnkgcjefn
Officiel URL https://chromewebstore.google.com/detail/switch-workstation-tab-ma/foilkalbafoifklkphdkijdcnkgcjefn
Beskrivelse Switch is a workstation that helps you manage web applications and accounts in 1 place.
Filstørrelse 8.24 MB
Antal Installationer 9,581
Nuværende Version 3.8.7
Senest Opdateret 2023-01-31
Udgivelsesdato 2020-07-04
Bedømmelse 3.84/5 Samlet 74 Bedømmelser
Udvikler switchextension
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://switchextension.com/
URL til Fortrolighedspolitik Side https://switchextension.com/privacy-policy
Understøttede Sprog 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"
        }
    }
}