Qikfox

Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.

Qikfox란 무엇입니까?

Qikfox은(는) qikfox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Qikfox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Qikfox Chrome Extension is a state-of-the-art Smart Scam Blocker. Powered by a proprietary Machine Learning Engine, the extension can detect, block and alert the Internet User about Scam, Phishing, and Unsafe Websites. Qikfox is powered by intelligent servers that record and store digital footprints of thousands of Scam Websites. While browsing whenever the Qikfox extension detects a website that matches the scammer's footprint, it alerts the user thereby blocking the scam in action. 

600+ Billion US Dollars is lost to Cybercrimes Annually. Almost all Cybercrimes start with the scammers preying on innocent Internet users by engaging them via Internet Browsers, Business Emails or Telephone. qikfox offers Real-Time protection from Online Scams by identifying cybercriminal's digital footprints and warning you from falling prey to these criminals.

Qikfox makes your browsing safe.                    

확장 프로그램 기본 정보

이름 Qikfox Qikfox
ID mjkfljcpahjjacdmoepchegegmlepado
공식 URL https://chromewebstore.google.com/detail/qikfox/mjkfljcpahjjacdmoepchegegmlepado
설명 Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.
파일 크기 1.42 MB
설치 횟수 2,117
현재 버전 2.1.0
최근 업데이트 2021-02-01
출시 날짜 2019-04-07
평점 4.15/5 총 13 개의 평점
개발자 qikfox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.qikfox.com
도움말 페이지 URL https://www.qikfox.com/what-is-qikfox
개인정보 보호 정책 페이지 URL https://www.qikfox.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qikfox",
    "short_name": "Smart Scam Blocker",
    "manifest_version": 2,
    "description": "Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.",
    "version": "2.1.0",
    "author": "qikfox.com",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/icon\/favicon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon\/favicon.png"
        },
        "default_popup": "templates\/phone-register.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/qikfox-script.js",
                "js\/qikfox-content.js"
            ],
            "css": [
                "css\/qikfox-content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "cookies",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "alarms"
    ],
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/*.png",
        "css\/qikfox-content.css",
        "css\/fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}