WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Salesforce User Switcher

Salesforce User Switcher

View on Chrome Web Store
View Salesforce User Switcher Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (2 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Salesforce User Switcher: A Chrome extension which lets you switch to another user with just one click.
Type
Extension
Users
835 users
6
roman.hentschke
View author page of roman.hentschke
Published
Published on November 16, 2022
Version 1.2.1.0
Manifest version
3
Updated
Updated on December 1, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Salesforce User Switcher Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce User Switcher",
    "version": "1.2.1.0",
    "description": "Salesforce User Switcher: A Chrome extension which lets you switch to another user with just one click.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Salesforce User Switcher",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.salesforce-setup.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.salesforce-setup.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top