Version 3.1.57 View in Chrome Web Store
| http://127.0.0.1:55296/ | https://chrome.google.com/webstore/detail/ | |
| http://www.forcepoint.com | http://127.0.0.1:55053/ | |
| https://clients2.google.com/service/update2/crx |
{ "name": "Data Loss Prevention Extension for Forcepoint One Endpoint", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "version": "3.1.57", "incognito": "split", "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Forcepoint extension is providing policy based DLP screening and responding over user activities.", "permissions": [ "declarativeNetRequest", "pageCapture", "tabs", "nativeMessaging" ], "content_scripts": [ { "js": [ "nw-hooking-content.js" ], "matches": [ "*://mail.google.com/*" ], "all_frames": true }, { "js": [ "content.js" ], "matches": [ "<all_urls>" ], "all_frames": true, "exclude_matches": [ "*://mail.google.com/*", "*://kgd.gov.kz/*" ], "match_about_blank": true }, { "js": [ "content.js" ], "matches": [ "*://kgd.gov.kz/*" ], "all_frames": true, "match_about_blank": false }, { "js": [ "nw-hooking-page.js" ], "world": "MAIN", "run_at": "document_start", "matches": [ "*://mail.google.com/*" ] }, { "js": [ "page.js" ], "world": "MAIN", "run_at": "document_start", "matches": [ "<all_urls>" ], "exclude_matches": [ "*://mail.google.com/*" ] } ], "host_permissions": [ "http://*/*", "https://*/*", "file:///" ], "manifest_version": 3, "declarative_net_request": { "rule_resources": [ { "id": "block_rule_1", "path": "rules.json", "enabled": true } ] } }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.