Skip to content

Skip Check SF Id

Alfredo edited this page Aug 14, 2025 · 3 revisions

Explanation

By enabling this setting, the extension will not try to estimate if the current page contains an Id.

By default, the extension performs this check and if the page you chose to favourite appears to contain an Id, the Tab will be saved as an Org Tab; otherwise, it will be saved as a generic Tab.

Technicalities

Location

Based on this source, we create a RegExp in the constants.js file which is then used by the Tab class to test a given URL with the function containsSalesforceId.

Implementation

The containsSalesforceId function is called after checking if this setting is disabled.

Clone this wiki locally