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是由https://crowley.link開發的Chrome擴展程式,該擴展的主要功能是“We show you in this course how to secure all of your domains with SSL.”。

擴展截圖

screenshot

下載Secure All Your Sites with Free SSL擴展crx文件

下載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
官方網址 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
}