Skip to content

Context Menu

Alfredo edited this page Jun 3, 2026 · 1 revision

Introduction

Again, Why Salesforce uses the Context Menu to let you run very different actions in an instant. The Context Menu is the menu you see when you right-click on the page or on your Tabs. All the actions created by this extension are found performing a right-click, then moving your cursor to the Again, Why Salesforce entry towards the bottom and then moving it again to a sub-menu item (and eventually another sub-menu item within that sub-menu).

Example Page Action

Let's say you want to "Open in another Org". This is the schema you should follow:

- Right-click on the page (not on a link)

|- Move your cursor to Again, Why Salesforce

 |- Move your cursor to "Open in another Org" + Left-click on it

Example Tab Action

Let's say you want to "Remove this Tab". This is the schema you should follow:

- Right-click on the Tab you which to remove

|- Move your cursor to Again, Why Salesforce

 |- Move your cursor to "Remove Tab(s)" (this is known as the Group)

  | - Move your cursor to "This Tab" + Left-click on it

As you can clearly see, this action requires you to navigate 2 sub-menus

Here you'll find which actions are available and what will happen when you use them.

Page Actions

To get to these actions, make sure to click on the page and NOT on your Tabs.

Name Effect
Open in another Org Launch the related modal directed to the current page (but another Org)
Settings Open the Settings page
Import Tabs Show the related modal to start the Import process
Export Tabs Show the related modal to start the Export process
Save as Tab Save the current page as a Tab
Remove Tab Remove the current page from your Tabs
Manage Tabs Show the related modal to start managing your Tabs

Tab Actions

To get to these actions, make sure to click on one of your Tabs.

Name Group Effect
Open in another Org - Launch the related modal directed to the Tab page (but another Org)
Settings - Open the Settings page
Toggle Org Update Tab Toggles the Org related to the selected Tab: if the Tab has no Org set, it will have the current link Org; if it does have one, it will become a generic Tab
Other Updates Update Tab Creates a modal with only the selected Tab where you'll be able to update anything about it
Make first Move Tab Moves the Tab to the beginning of the list (but does not pin the Tab)
Move left Move Tab Moves the Tab one spot towards the beginning of the list (but does not pin the Tab)
Move right Move Tab Moves the Tab one spot towards the end of the list (but does not unpin the Tab)
Make last Move Tab Moves the Tab to the end of the list (but does not unpin the Tab)
Pin Move Tab Adds the Tab to the end of the Pinned list and pins it
Unpin Move Tab Removes the Tab from the Pinned list and moves it to the beginning of the Unpinned list
This Tab Remove Tab(s) Removes the Tab from your favourite Tabs
Other Tabs Remove Tab(s) Keeps only the Tab in your favourite Tab list
Tabs to the Left Remove Tab(s) Removes all Tabs on the left of the selected Tab in the same list (if it is unpinned, it will remove only the unpinned Tabs on the left)
Tabs to the Right Remove Tab(s) Removes all Tabs on the right of the selected Tab in the same list (if it is pinned, it will remove only the pinned Tabs on the right)
Remove Pinned Remove Tab(s) Removes all Pinned Tabs and resets the Pinned list to 0
Remove Unpinned Remove Tab(s) Removes all the Tabs which are not currently Pinned
All visible Tabs Remove Tab(s) Removes all the Tabs currently shown (does not remove Tabs used in other Orgs)
All generic Tabs Remove Tab(s) Removes all the Tabs which do NOT have an Org set
Remove all Tabs Remove Tab(s) You won't have any favourite Tabs after performing this action
Reset Default Tabs Remove Tab(s) Removes all your favourite Tabs and adds the Tabs you had when you first installed the extension
Hide generic Tabs Remove Tab(s) [does not remove] Temporarily hides all the Tabs which do NOT have an Org set
Hide Org Tabs Remove Tab(s) [does not remove] Temporarily hides all the Tabs which have an Org set
by Label Sort Tabs Sorts your Tabs by Label ascending (then descending)
by URL Sort Tabs Sorts your Tabs by URL ascending (then descending)
by Org Sort Tabs Sorts your Tabs by Org ascending (then descending)
by Usage Sort Tabs Sorts your Tabs by click-count (how many times you've clicked on a Tab) descending (then ascending)
by Time Sort Tabs Sorts your Tabs by click-date (when was the last time you've clicked on a Tab) descending (then ascending)

Last Updated at: v2.2.0

Clone this wiki locally