Version 1.0.0 View in Chrome Web Store
The extension has very limited adoption with only 168 users and a moderate 3.5-star rating, which suggests either recent release or limited trust from users. The lack of clear developer information and company details raises additional concerns about accountability and transparency. ServiceNow is a legitimate enterprise software company, but without verified developer credentials, this could potentially be an impersonation attempt.
The extension requests extremely broad permissions that far exceed what would be necessary for a typical employee center browser extension. The combination of all_urls host permissions, content script injection across all websites, webRequest interception, and cookie access creates a perfect storm for data theft and privacy violations. These permissions would allow the extension to monitor all web traffic, steal login credentials, access sensitive corporate data, and track browsing behavior across every website visited. For an employee-focused tool, such extensive access is highly suspicious and unnecessary.
Do not install this extension in your primary browser profile. If you must use it for work purposes, create a completely isolated Chrome profile dedicated solely to this extension and limit its use to only essential ServiceNow-related tasks. Verify with your IT department that this is an officially sanctioned extension before installation. Consider using ServiceNow's web interface directly instead of relying on this high-risk browser extension. Monitor your accounts for any suspicious activity if you've previously installed this extension.
| http://www.w3.org/2000/svg | https://clients2.google.com/service/update2/crx | |
| https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE |
{ "name": "ServiceNow Employee Center Browser Extension", "icons": { "16": "assets/now16.png", "32": "assets/now32.png", "48": "assets/now48.png", "128": "assets/now128.png" }, "action": { "default_title": "ServiceNow Employee Center Browser Extension" }, "omnibox": { "keyword": "ec" }, "storage": { "managed_schema": "extension-setup-config.json" }, "version": "1.0.0", "commands": { "focus-extension": { "description": "Focus the extension", "suggested_key": { "default": "Ctrl+Shift+Y" } } }, "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "ServiceNow Employee Center Browser Extension", "permissions": [ "notifications", "tabs", "contextMenus", "cookies", "storage", "webRequest" ], "content_scripts": [ { "js": [ "content/pageListener.js" ], "css": [ "css/floating-panel.css", "css/empty-state.css", "css/fonts.css" ], "run_at": "document_end", "matches": [ "<all_urls>" ], "all_frames": true } ], "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "css/*.css", "html/*.html", "assets/*", "fonts/*" ] } ] }
ⓘ 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.