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
Cos'è Cyber Security News by Gold Security?
Cyber Security News by Gold Security è un'estensione di Chrome sviluppata da http://goldsecurity.com, e la sua funzione principale è "The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cyber Security News by Gold Security
Scarica i file di estensione Cyber Security News by Gold Security in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | kcehljakhaojdgjoggcpnbjkehgglbfb |
URL Ufficiale | https://chrome.google.com/webstore/detail/cyber-security-news-by-go/kcehljakhaojdgjoggcpnbjkehgglbfb |
Descrizione | The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities |
Dimensione del File | 89.07 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-10-21 |
Data di Pubblicazione | 2015-10-20 |
Valutazione | 4.89/5 Totale 9 Valutazioni |
Sviluppatore | http://goldsecurity.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.goldsecurity.com |
URL della Pagina di Aiuto | https://www.goldsecurity.com/contact/ |
Lingue Supportate | 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" } |