Alpha Checker
A security scanner that scans the domain and server for vulnerabilities.
Что такое Alpha Checker?
Alpha Checker - это расширение Chrome, разработанное Aswin Venkat, и его основная функция - "A security scanner that scans the domain and server for vulnerabilities.".
Снимки экрана расширения
Скачать файл CRX расширения Alpha Checker
Скачайте файлы расширений Alpha Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This chrome app is a security tool to find 1. vulnerable plugins 2. ssl certificate validity 3. All urls of the site and provides a overall score for security.
Основная информация о расширении
Название | Alpha Checker |
ID | cbmgngecbekanieopkicfffoleecgffo |
Официальный URL | https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo |
Описание | A security scanner that scans the domain and server for vulnerabilities. |
Размер файла | 4.75 MB |
Количество установок | 28 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-01-03 |
Дата публикации | 2021-01-03 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Aswin Venkat |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alpha Checker", "version": "1.0", "description": "A security scanner that scans the domain and server for vulnerabilities.", "manifest_version": 2, "icons": { "128": "assets\/qr-code-scan_128x128.png" }, "browser_action": { "default_icon": "assets\/qr-code-scan.png", "default_popup": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |