Switch Workstation Tab Manager

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

¿Qué es Switch Workstation Tab Manager?

Switch Workstation Tab Manager es una extensión de Chrome desarrollada por switchextension, y su función principal es "Switch is a workstation that helps you manage web applications and accounts in 1 place.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Switch Workstation Tab Manager

Descarga archivos de extensión Switch Workstation Tab Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Switch Workstation Tab Manager Switch Workstation Tab Manager
ID foilkalbafoifklkphdkijdcnkgcjefn
URL Oficial https://chromewebstore.google.com/detail/switch-workstation-tab-ma/foilkalbafoifklkphdkijdcnkgcjefn
Descripción Switch is a workstation that helps you manage web applications and accounts in 1 place.
Tamaño del Archivo 8.24 MB
Cantidad de Instalaciones 9,581
Versión Actual 3.8.7
Última Actualización 2023-01-31
Fecha de Publicación 2020-07-04
Calificación 3.84/5 Total de 74 Calificaciones
Desarrollador switchextension
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://switchextension.com/
URL de la Página de Política de Privacidad https://switchextension.com/privacy-policy
Idiomas Soportados 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"
        }
    }
}