This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Using the Protegrity Browser Protector Extension

Working with the Protegrity Browser Protector Extension.

Understanding the Protegrity Browser Protector UI Components

The following figure illustrates the components of the browser extension pop-up window.

Browser Protector UI Components

CalloutIcon NameDescription
1SettingsClick Settings to configure different options.
2Sidebar ViewThis is used to toggle between different display modes, such as sidebar view, or page layout options.
3CloseThis represents closing a window.
4Input TextDisplays the selected tokenized data.
5Output TextDisplays the original data.
6OperationSelect the appropriate operation “Unprotect or Protect”.
7Data Element TypeSelect the appropriate data element name to detokenize the data.
8Unprotect Data or Protect DataClick the Unprotect Data button to retrieve the original data.
9Need HelpClick the Need Help button to provide you with additional IT contact details.
10LogoutClick the Logout button to end your SSO login session.

How to use Protegrity Browser Protector Extension

Once installed, the Browser Extension should appear in the list of available extensions next to the browser’s address bar.

Follow these steps to use the Browser Protector extension in Chrome.

  1. Open the Chrome browser displaying the tokenized data.

  2. Highlight the tokenized data that you want to convert back to its original form.

  3. Right-click the selected data and choose the Browser Protector context menu. This menu shows two different options:

    1. Populate selected text- This option appears when normal text data or column data is selected.

      Select Protegrity Browser Protector Extension

    2. Populate all column data of selected text- This option appears when column data is selected.

      Select Protegrity Browser Protector Extension

  4. A pop-up window will appear from the extension showing the selected data along with the SSO sign-in option.

    Browser Protector SSO Window

  5. Enter the correct sign-in information and proceed.

  6. After completing the sign-in process, the following screen appears.

    Browser Protector Extension Screen

    1. The selected data is loaded onto the screen.

    2. Select the Data Element Type that was used to protect the sensitive data.
      Extension Screen with Value as deName
      Browser Protector Extension Screen

    3. Select the operation “Unprotect or Protect”.

    4. Click Unprotect Data.

      Browser Protector Extension Screen

      The original data is displayed on the screen.

1 - Browser Protector Settings

The settings in the browser protector

Extension Settings

The following settings are available in the extension’s Settings panel. All settings are persisted to Chrome sync storage and apply across sessions.


1. Popup / Side Panel

Setting key: OPEN_MODE
Options: Popup | Sidepanel

Controls how the extension UI is displayed when the browser action icon is clicked.

OptionBehavior
PopupOpens the extension in a small floating popup window anchored to the toolbar icon.
SidepanelOpens the extension in Chrome’s persistent side panel, docked to the side of the browser window.

The side panel option is useful when you need the extension visible alongside web page content without it closing on focus loss.

Switching modes takes effect on the next click of the extension icon.


2. Process Page Content Automatically

Options: ON | OFF (default: OFF)

When enabled, the extension automatically detects and unprotects, protected values on the pageas soon as the content is loaded or updated, the extension will unprotect — and continues monitoring for DOM changes (e.g. single-page app navigation or dynamically loaded content) to unprotect new values as they appear.

Unprotection runs in the following priority order:

  1. Elements tagged with the data-pty-dataelement attribute
  2. Elements matched by configured Custom Mapping Configuration
  3. Elements matched from past usage history (only if “Unprotect Based on Past Usage” is also enabled)

This setting requires the user to be logged in. If no active session is found, automatic unprotection is skipped.

Turning this setting OFF will also automatically turn off Unprotect Based on Past Usage.


3. Unprotect Based on Past Usage

Options: ON | OFF (default: OFF)
Requires: Process Page Content Automatically = ON

When enabled alongside Process Page Content Automatically, the extension additionally applies unprotection to elements that were previously identified through user interactions (stored suggestions). This allows the extension to “remember” mappings discovered through past manual unprotect actions and re-apply them automatically on future page loads.

This setting has no effect if Process Page Content Automatically is OFF — it will be forced to OFF if the parent setting is disabled.