Filtered Interview Tool
The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview.
Filtered Interview Tool क्या है?
Filtered Interview Tool https://filtered.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Filtered Interview Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Collecting this data creates a fair experience for all candidates by allowing legitimate use, such as checking reference documentation, while flagging negative activities like searching for pre-built solutions. The extension does not evaluate or store previous history, cookies, or other browser data. We encourage you to close all open tabs before installing the extension and starting the interview. Your privacy and comfort while taking the interview are important. This extension uses the Chrome API that allows extensions to access tabs, including URLs and titles. When installing the Filtered Extension in Chrome, you will receive a security alert that says the extension can "read your browser history." This lets you know that as you open and close tabs, the extension can access information about the sites you are visiting. This permission does not grant access to your entire browser history - only tabs open when you launch your interview and those you access during the interview. More information can be found in the Chrome Extension Developer documents here: https://developer.chrome.com/docs/extensions/reference/tabs/
एक्सटेंशन की मूल जानकारी
नाम | Filtered Interview Tool |
ID | eoajbnoohmlbmjegcepehkiffjajlfnl |
आधिकारिक URL | https://chromewebstore.google.com/detail/filtered-interview-tool/eoajbnoohmlbmjegcepehkiffjajlfnl |
विवरण | The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview. |
फ़ाइल का आकार | 10.29 KB |
स्थापना संख्या | 12,632 |
वर्तमान संस्करण | 6.3 |
अंतिम अपडेट | 2023-07-07 |
प्रकाशन तिथि | 2020-03-27 |
रेटिंग | 2.07/5 कुल 15 रेटिंग्स |
डेवलपर | https://filtered.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.filtered.ai |
सहायता पृष्ठ URL | https://www.filtered.ai/contact |
गोपनीयता नीति पृष्ठ URL | https://www.filtered.ai/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Filtered Interview Tool", "description": "The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview.", "version": "6.3", "manifest_version": 3, "action": { "default_icon": "assets\/logo128.png" }, "externally_connectable": { "matches": [ "https:\/\/local.filtered.ai:3000\/*", "https:\/\/stg-app.filtered.ai\/*", "https:\/\/app.filtered.ai\/*" ] }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" } } |