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ファイルをダウンロード
Cyber Security News by Gold Security拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |