AI product readATS Integration Plugin for Reference Checks
Reduces time and effort in conducting reference checks by integrating directly with Applicant Tracking Systems (ATS), allowing recruiters to start, view, and manage reference checks without leaving their ATS workflow.
1. User installs extension and navigates to an ATS page with a candidate profile. 2. Extension detects the ATS domain and candidate page. 3. Content script extracts candidate information using configured selectors. 4. Extension sends data to the RefAssured backend (app.refassured.com). 5. A side panel/iframe opens showing the RefAssured reference check interface, pre-populated with candidate data. 6. User can start/view/manage reference checks through the embedded RefAssured UI.
Integrates with ATS platforms to detect candidate profilesInjects a side panel/iframe with RefAssured reference check interfaceAutomatically extracts candidate data from ATS pages using selectorsAllows recruiters to start and manage reference checks from within the ATSSaves candidate and reference check data to the RefAssured cloud service
- Target users
- Recruiters / HR professionals / Talent acquisition teams using ATS platforms
- The background.js and content.js are heavily minified/obfuscated, making it difficult to trace all code paths. However, the key patterns (iframe injection, ATS integration, callback URL construction) are identifiable. The exact authentication flow on app.refassured.com is not visible in the extension code. The extension's behavior may vary depending on which ATS integrations are configured by the user's organization.
MonetizationNo paid features detected
The extension code contains no references to payment processing, subscription management, license keys, or paid feature gating. Keywords like 'license' and 'pro' found in the static analysis are from third-party libraries (Lodash MIT license, 'pro' in minified code unrelated to paid plans). The extension is a free UI plugin for the RefAssured service. While the RefAssured SaaS platform itself may have paid plans, the extension does not implement or gate any paid features.
- Confidence
- 85
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension is a UI wrapper/iframe for the RefAssured SaaS platform (app.refassured.com). The popup.html and content.js show the extension injects an iframe pointing to the RefAssured web app. The extension itself does not implement any login UI or credential storage; it relies on the user being authenticated on the destination service. The externally_connectable matches and iframe URL construction confirm it delegates to the RefAssured web platform, which requires a user account to manage reference checks.