Toggle Pega Tracer
Chrome extension that add button "Toggle Pega" ruleset for Tracer Configuration
What is Toggle Pega Tracer?
Toggle Pega Tracer is a Chrome extension developed by https://learnearnfun.com, and its main feature is "Chrome extension that add button "Toggle Pega" ruleset for Tracer Configuration".
Extension Screenshots
Download Toggle Pega Tracer Extension CRX File
Download Toggle Pega Tracer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension that add button "Toggle Pega " ruleset for Tracer Configuration for Pega Tracer tool. if pega rulesets are already selected , on click all pega rulesets will be deselected. and if pega rulesets are already deselected , on click all pega rulesets will be selected again. happy toggling...
Extension Basic Information
Name | Toggle Pega Tracer |
ID | gejcfdmhpbgbliimdheegmoflikehkbk |
Official URL | https://chromewebstore.google.com/detail/toggle-pega-tracer/gejcfdmhpbgbliimdheegmoflikehkbk |
Description | Chrome extension that add button "Toggle Pega" ruleset for Tracer Configuration |
File Size | 143 KB |
Installation Count | 147 |
Current Version | 1.0 |
Last Updated | 2020-09-23 |
Publish Date | 2020-09-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://learnearnfun.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/LearnEarn-Fun/Privacy-Policy/blob/main/Privacy%20Policy.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle Pega Tracer", "description": "Chrome extension that add button \"Toggle Pega\" ruleset for Tracer Configuration", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*pyStream=TraceOptionsDialog*", "https:\/\/*\/*pyStream=TraceOptionsDialog*" ], "js": [ "toggletracer.js" ] } ], "icons": { "16": "images\/Toggle Pega Tracer 16.png", "32": "images\/Toggle Pega Tracer 32.png", "48": "images\/Toggle Pega Tracer 48.png", "128": "images\/Toggle Pega Tracer 128.png" } } |