Cybor Protection System

CYBOR Protection System - reliable protection of personal information and financial resources.

Cybor Protection System란 무엇입니까?

Cybor Protection System은(는) https://cyborholding.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CYBOR Protection System - reliable protection of personal information and financial resources."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cybor Protection System 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CYBOR HOLDING provides a reliable system for protecting crypto assets from intruders, spyware, malware and ransomware on the network. 

The application of it helps to prevent leakage of payment information during transactions and provides information encryption at different levels. 

The CYBOR Protection System is a concept with tasks as follows: 
- ensuring encryption of the IP address and the history of sites that have been visited earlier from outsiders;
- protection of personal data from theft by using Anti-Phishing. Fake websites and phishing messages are immediately recognized by the program. On the basis of the received data, the system draws up a report, recognizes fraudulent schemes and warns the user about them;
- preventing keyloggers from recording actions. Blocking keyloggers' keystrokes recording eliminates the risk of leakage of financial data, passwords and other confidential information; 
- two-sided firewall. Monitoring network requests allows you to manage connections and assess them in a timely manner; 
- payment protection with encrypted credit card data. The system proved to be excellent on computers with different operating systems. 

The CYBOR Protection System is user-friendly. The usability is top notch. The technologies and tools offered by the developers are intuitive for people and meet their requirements as much as possible.                    

확장 프로그램 기본 정보

이름 Cybor Protection System Cybor Protection System
ID cnahcinenbahinmnkhflafbnnolnahlg
공식 URL https://chromewebstore.google.com/detail/cybor-protection-system/cnahcinenbahinmnkhflafbnnolnahlg
설명 CYBOR Protection System - reliable protection of personal information and financial resources.
파일 크기 383 KB
설치 횟수 71
현재 버전 1.0.1
최근 업데이트 2022-01-04
출시 날짜 2021-12-21
평점 5.00/5 총 2 개의 평점
개발자 https://cyborholding.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chromeapp.cyborholding.com/en/policy_privacy
지원되는 언어 en,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "Cybor Protection System",
    "description": "__MSG_description__",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "\/images\/green_38.png",
        "default_popup": "\/popups\/main.html"
    },
    "icons": {
        "128": "\/images\/logo_128.png",
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "proxy",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    }
}