https://github.com/thomd/chrome-extension-salesforce-orgs
Chrome Extension for Managing Salesforce Orgs and coloring the Favicon
https://github.com/thomd/chrome-extension-salesforce-orgs
chrome-extension javascript react salesforce
Last synced: about 1 month ago
JSON representation
Chrome Extension for Managing Salesforce Orgs and coloring the Favicon
- Host: GitHub
- URL: https://github.com/thomd/chrome-extension-salesforce-orgs
- Owner: thomd
- License: mit
- Created: 2023-01-04T19:29:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T10:02:03.000Z (over 1 year ago)
- Last Synced: 2025-07-27T13:31:16.352Z (10 months ago)
- Topics: chrome-extension, javascript, react, salesforce
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Extension for Managing Salesforce Orgs
This extension is **not** distributed via the Chrome Web Store. It must be [installed](#user-content-install) manually.
This extension was created to fit my personal needs. It might not fit yours.

## Features
#### Add New Salesforce Org

#### Define Color of Favicon
Favicon in Browser Tab of an Org is colored as defined:

#### Open Different Features of an Org

## Usage
Open the extension on any page using the key shortcut `Command + Shift + S`.
Overwrite this shortcut on `chrome://extensions/shortcuts`.
## Install
Step 1.: Build extension
npm install
npm run build
Step 2.: Open `chrome://extensions/` and enable **Developer mode** in the top right.
Step 3.: Click the **Load unpacked extension** button and select the `build` folder.
## Development
The extension uses **React** components from [Chakra UI](https://chakra-ui.com/).
Customize it to fit your needs:
gh repo clone thomd/chrome-extension-salesforce-orgs
npm start