Qikfox
Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.
Wat is Qikfox?
Qikfox is een Chrome-extensie ontwikkeld door qikfox.com, en de belangrijkste functie is "Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.".
Extensie Screenshots
Download het CRX-bestand van de extensie Qikfox
Download Qikfox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Qikfox |
ID | mjkfljcpahjjacdmoepchegegmlepado |
Officiële URL | https://chromewebstore.google.com/detail/qikfox/mjkfljcpahjjacdmoepchegegmlepado |
Beschrijving | Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users. |
Bestandsgrootte | 1.42 MB |
Aantal Installaties | 2,117 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2021-02-01 |
Publicatiedatum | 2019-04-07 |
Beoordeling | 4.15/5 Totaal 13 Beoordelingen |
Ontwikkelaar | qikfox.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.qikfox.com |
Help Pagina-URL | https://www.qikfox.com/what-is-qikfox |
URL van de Privacybeleid Pagina | https://www.qikfox.com/privacy-policy |
Ondersteunde Talen | 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": [ " |