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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Filtered Extension monitors the URLs and titles of tabs opened before and during a Filtered interview."입니다.

확장 프로그램 스크린샷

screenshot

Filtered Interview Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}