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
¿Qué es Cyber Security News by Gold Security?
Cyber Security News by Gold Security es una extensión de Chrome desarrollada por http://goldsecurity.com, y su función principal es "The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cyber Security News by Gold Security
Descarga archivos de extensión Cyber Security News by Gold Security en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | kcehljakhaojdgjoggcpnbjkehgglbfb |
URL Oficial | https://chrome.google.com/webstore/detail/cyber-security-news-by-go/kcehljakhaojdgjoggcpnbjkehgglbfb |
Descripción | The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities |
Tamaño del Archivo | 89.07 KB |
Cantidad de Instalaciones | 68 |
Versión Actual | 1.0 |
Última Actualización | 2015-10-21 |
Fecha de Publicación | 2015-10-20 |
Calificación | 4.89/5 Total de 9 Calificaciones |
Desarrollador | http://goldsecurity.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.goldsecurity.com |
URL de la Página de Ayuda | https://www.goldsecurity.com/contact/ |
Idiomas Soportados | 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" } |