Switch Workstation Tab Manager

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

Apa itu Switch Workstation Tab Manager?

Switch Workstation Tab Manager adalah ekstensi Chrome yang dikembangkan oleh switchextension, dan fitur utamanya adalah "Switch is a workstation that helps you manage web applications and accounts in 1 place.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Switch Workstation Tab Manager

Unduh file ekstensi Switch Workstation Tab Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Switch Workstation Tab Manager Switch Workstation Tab Manager
ID foilkalbafoifklkphdkijdcnkgcjefn
URL Resmi https://chromewebstore.google.com/detail/switch-workstation-tab-ma/foilkalbafoifklkphdkijdcnkgcjefn
Deskripsi Switch is a workstation that helps you manage web applications and accounts in 1 place.
Ukuran File 8.24 MB
Jumlah Instalasi 9,581
Versi Saat Ini 3.8.7
Terakhir Diperbarui 2023-01-31
Tanggal Publikasi 2020-07-04
Penilaian 3.84/5 Total 74 Penilaian
Pengembang switchextension
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://switchextension.com/
URL Halaman Kebijakan Privasi https://switchextension.com/privacy-policy
Bahasa yang Didukung 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"
        }
    }
}