Secure All Your Sites with Free SSL

We show you in this course how to secure all of your domains with SSL.

Что такое Secure All Your Sites with Free SSL?

Secure All Your Sites with Free SSL - это расширение Chrome, разработанное https://crowley.link, и его основная функция - "We show you in this course how to secure all of your domains with SSL.".

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

screenshot

Скачать файл CRX расширения Secure All Your Sites with Free SSL

Скачайте файлы расширений Secure All Your Sites with Free SSL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This Extension helps you secure all of your sites(domains) with SSL for Free, no more having to pay for a SSL Certificate.  Works with shared hosting sites as well, no need for dedicated IP Address!                    

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

Название Secure All Your Sites with Free SSL Secure All Your Sites with Free SSL
ID mmhfnbicdljbniliflalldakccclgnfd
Официальный URL https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd
Описание We show you in this course how to secure all of your domains with SSL.
Размер файла 78.15 KB
Количество установок 285
Текущая Версия 0.2.1
Последнее Обновление 2021-12-07
Дата публикации 2017-08-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://crowley.link
Электронная почта [email protected]
Тип оплаты in_app
URL страницы политики конфиденциальности https://crowley.link/legal
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure All Your Sites with Free SSL",
    "version": "0.2.1",
    "description": "We show you in this course how to secure all of your domains with SSL.",
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3
}