Skip to content

Import Tabs

Alfredo edited this page Jun 16, 2025 · 9 revisions

Introduction

To "Import a Tab" means to massively add favourite Tabs listed on a .json file. This .json file is created directly from the extension when you export your Tabs.

To read about what constitutes a Tab, please read this article.

To read about how to Save a Tab, please read this article.

Actions

There are 3 ways to get to the Import Modal and all of them require you to be on a Salesforce Setup page. import-modal.png

Popup Open the Popup and click on the Import button at the top right.
Context Menu Right-click anywhere on the page (not on a link though); move your mouse to Again, Why Salesforce and click Import Tabs.
- -
Keyboard Shortcut Perform the keyboard shortcut linked to the Import function (default: Alt+Shift+M; MacOS default: Option+Shift+M)

Now that the Import Modal has been opened, please adjust the settings as you prefer. After the settings have been set up, either click on the Upload Files button or drag-and-drop a .json file containing the Tabs you want to import.

Options

Overwrite saved Tabs

When unchecked, imported Tabs will be added to the ones you already have.

Example

Tabs before: a, @, b, c* (c is org-specific, @ is for another Org) Tabs to import: d*, e, #, g (d is org-specific, # is for another Org) "Overwrite saved Tabs" is unchecked Tabs after: a, @, b, c*, d*, e, #, g

Preserve Tabs for other Orgs.

This option is only available if the "Overwrite saved Tabs" is checked.

When unchecked, the imported Tabs will overwrite the org-specific Tabs which are for another Org.

When checked, the imported Tabs will NOT overwrite the org-specific Tabs which are for another Org.

Example

Tabs before: a, @, b, c* (c is org-specific, @ is for another Org) Tabs to import: d*, e, #, g (d is org-specific, # is for another Org) "Overwrite saved Tabs" is checked AND "Preserve Tabs for other Orgs" is checked Tabs after: @, d*, e, #, g

Tabs before: a, @, b, c* (c is org-specific, @ is for another Org) Tabs to import: d*, e, #, g (d is org-specific, # is for another Org) "Overwrite saved Tabs" is checked AND "Preserve Tabs for other Orgs" is unchecked Tabs after: d*, e, #, g

Clone this wiki locally