Cyber Security News by Gold Security
The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities
Cyber Security News by Gold Security란 무엇입니까?
Cyber Security News by Gold Security은(는) http://goldsecurity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities"입니다.
확장 프로그램 스크린샷
Cyber Security News by Gold Security 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get The Latest Cyber Security News by Gold Security ***** Gold Security is a successful and independent IT-security company that offers solutions to complex problems to companies where IT-security is a critical part of their business concept. Our mission is to provide creative, customized and efficient security services. We tailor security solutions to secure your business from online threats. Boost your website security today with our expertise and find your websites vulnerabilities before hackers do!
확장 프로그램 기본 정보
이름 | |
ID | kcehljakhaojdgjoggcpnbjkehgglbfb |
공식 URL | https://chrome.google.com/webstore/detail/cyber-security-news-by-go/kcehljakhaojdgjoggcpnbjkehgglbfb |
설명 | The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities |
파일 크기 | 89.07 KB |
설치 횟수 | 68 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-10-21 |
출시 날짜 | 2015-10-20 |
평점 | 4.89/5 총 9 개의 평점 |
개발자 | http://goldsecurity.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.goldsecurity.com |
도움말 페이지 URL | https://www.goldsecurity.com/contact/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cyber Security News by Gold Security", "description": "The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities", "background": { "page": "background.html" }, "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*" ], "version": "1.0" } |