Salesforce Shortcuts

Provides quick shortcuts to most used URLs in Salesforce Orgs

Co je Salesforce Shortcuts?

Salesforce Shortcuts je rozšíření Chrome vyvinuté https://smukov.com, a jeho hlavní funkcí je „Provides quick shortcuts to most used URLs in Salesforce Orgs“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Salesforce Shortcuts

Stáhněte si soubory rozšíření Salesforce Shortcuts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Quickly open the most used URLs in your Salesforce Orgs. 

How to use it:
1) Open the extension using the "Alt + S" keyboard shortcut ("Option + S" on macOS).
2) Select your Salesforce Org with up and down arrows
3) Press "Control + 1" to open its Home page
3.a) use "Control + 2" to open Setup, or "Control + 3" to open Developer Console

You can change the default "Alt + S" shortcut by opening the following URL in your browser: chrome://extensions/shortcuts

100% safe and private. No tracking and no permissions required to run. Also, completely free.

*** Release Notes ***

--- v1.6.0 ---

Features:
- It is now possible to configure the plugin to search through all the orgs even if a tag is selected

Improvements:
- Minor styling improvements in Help page

--- v1.5.2 ---

Fixes:
- Fixed the issue where the Alt keyboard shortcuts are ignored when not using the Numeric Pad

--- v1.5.1 ---

Fixes:
- Fixed the issue where the Alt keyboard shortcuts sometimes didn't execute the correct shortcut

--- v1.5.0 ---

Improvements:
- New "Help" page with basic instructions on how to use the plugin
- New "Settings" page where a different shortcut activation key can be selected (Control vs Alt/Option)

--- v1.4.2 ---

Improvements:
- Width of the Name cell will remain constant independent of the Name length
- Improved spelling in some labels

--- v1.4.1 ---

Improvements: 
- Reduced the size of the drop down icon in Tag selector
- Added more robust handling of Salesforce domains to prevent adding duplicate orgs

--- v1.4.0 ---

Features:
- Orgs can now be assigned different colors
- Holding down "CTRL" will show shortcut numbers instead of icons for easier use of keyboard shortcuts

Improvements:
- 12 new icons are available for custom shortcuts
- When 7 or more shortcuts are displayed in the home page they are now not as narrow as before

--- v1.3.0 ---

Features:
- Tags can now be added to Orgs
- Orgs can be quickly filtered by their tags
- Stored Orgs can now be edited
- Custom Shortcuts can now be reordered

Improvements:
- Explanation for "System" theme is provided

Fixes:
- Fixed the scrollbar look in Dark mode

--- v1.2.0 ---

Features:
- Dark mode
- Shortcuts can now store URL query parameters

Improvements:
- Moved "Delete Org" button to Reordering screen to prevent accidental deletions
- Display plugin version in Settings
- Added "Arrow Up" and "Arrow Down" icons for Custom Shortcuts
- Added help text next to "Shortcut URL" field to make it more clear how it functions

Fixes:
- Fix the flickering when opening pages
- Focused buttons couldn't be executed when pressing "Enter" key before. Now they can, but in order to open the selected Org "Ctrl + Enter" has to be pressed.

--- v1.1.0 ---

Features:
- Allow adding custom shortcuts that are applied across all Orgs
- When Org is selected, pressing the "Enter" key will execute the first action
- Allow reordering of Orgs                    

Základní Informace o Rozšíření

Název Salesforce Shortcuts Salesforce Shortcuts
ID cfkgcmoiljifcbaaofinpfjgobhmnopk
Oficiální URL https://chromewebstore.google.com/detail/salesforce-shortcuts/cfkgcmoiljifcbaaofinpfjgobhmnopk
Popis Provides quick shortcuts to most used URLs in Salesforce Orgs
Velikost souboru 328 KB
Počet instalací 28
Aktuální Verze 1.6.0
Poslední Aktualizace 2022-08-16
Datum Vydání 2022-02-03
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://smukov.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Shortcuts",
    "author": "Smukov doo",
    "description": "Provides quick shortcuts to most used URLs in Salesforce Orgs",
    "version": "1.6.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png",
        "256": "256.png",
        "512": "512.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        },
        "default_popup": "index.html",
        "default_title": "Open"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    }
}