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 - это расширение Chrome, разработанное http://goldsecurity.com, и его основная функция - "The Leading Source of Cyber Security, Hacking News, Network Security, DDoS Attacks with In-Depth Coverage of Website Vulnerabilities".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Cyber Security News by Gold Security

Скачайте файлы расширений 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!                    

Основная информация о расширении

Название Cyber Security News by Gold Security Cyber Security News by Gold Security
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"
}