SSL Checker
See all information about current visited website SSL certificate
Wat is SSL Checker?
SSL Checker is een Chrome-extensie ontwikkeld door mastaleru.rafael, en de belangrijkste functie is "See all information about current visited website SSL certificate".
Extensie Screenshots
Download het CRX-bestand van de extensie SSL Checker
Download SSL Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This extension is using sslchecker.com to give information about the current active tab SSL certification.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | nbanpljakngdndmmekhogfliinegiapb | 
| Officiële URL | https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb | 
| Beschrijving | See all information about current visited website SSL certificate | 
| Bestandsgrootte | 87.32 KB | 
| Aantal Installaties | 6,682 | 
| Huidige Versie | 0.3 | 
| Laatst Bijgewerkt | 2018-04-16 | 
| Publicatiedatum | 2018-04-16 | 
| Beoordeling | 4.07/5 Totaal 15 Beoordelingen | 
| Ontwikkelaar | mastaleru.rafael | 
| Betalingswijze | free | 
| URL van de Privacybeleid Pagina | https://plusprivacy.com/privacy-policy | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL Checker",
    "description": "See all information about current visited website SSL certificate ",
    "version": "0.3",
    "browser_action": {
        "default_icon": "ssl32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ssl16.png",
        "32": "ssl32.png",
        "48": "ssl48.png",
        "128": "ssl128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.sslchecker.com\/"
    ]
}  |  |