Filtered Interview Tool
The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview.
Co je Filtered Interview Tool?
Filtered Interview Tool je rozšíření Chrome vyvinuté https://filtered.ai, a jeho hlavní funkcí je „The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Filtered Interview Tool
Stáhněte si soubory rozšíření Filtered Interview Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Filtered Interview Tool |
ID | eoajbnoohmlbmjegcepehkiffjajlfnl |
Oficiální URL | https://chromewebstore.google.com/detail/filtered-interview-tool/eoajbnoohmlbmjegcepehkiffjajlfnl |
Popis | The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview. |
Velikost souboru | 10.29 KB |
Počet instalací | 12,632 |
Aktuální Verze | 6.3 |
Poslední Aktualizace | 2023-07-07 |
Datum Vydání | 2020-03-27 |
Hodnocení | 2.07/5 Celkem 15 Hodnocení |
Vývojář | https://filtered.ai |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.filtered.ai |
URL Stránky Nápovědy | https://www.filtered.ai/contact |
URL Stránky Zásad Ochrany Soukromí | https://www.filtered.ai/privacy |
Podporované Jazyky | 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" } } |