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 là gì?

Secure All Your Sites with Free SSL là một tiện ích mở rộng Chrome được phát triển bởi https://crowley.link, và tính năng chính của nó là "We show you in this course how to secure all of your domains with SSL.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Secure All Your Sites with Free SSL

Tải xuống các tệp mở rộng Secure All Your Sites with Free SSL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Secure All Your Sites with Free SSL Secure All Your Sites with Free SSL
ID mmhfnbicdljbniliflalldakccclgnfd
URL Chính Thức https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd
Mô tả We show you in this course how to secure all of your domains with SSL.
Kích Thước Tệp 78.15 KB
Số Lần Cài Đặt 285
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2021-12-07
Ngày Phát Hành 2017-08-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://crowley.link
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://crowley.link/legal
Ngôn Ngữ Được Hỗ Trợ 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
}