DNS Into

Check DNS Report

Qu'est-ce que DNS Into ?

DNS Into est une extension Chrome développée par https://www.dnsinto.com, et sa fonction principale est "Check DNS Report".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DNS Into

Téléchargez les fichiers d'extension DNS Into au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        DNS INTO is a simple extension to view the DNS report for any website in the fly, just click on the icon to check the dns report. easy , simple and fast report.                    

Informations de Base sur l'Extension

Nom DNS Into DNS Into
ID kfpbaajciibncaiinecmpamifjkkiahe
URL Officiel https://chromewebstore.google.com/detail/dns-into/kfpbaajciibncaiinecmpamifjkkiahe
Description Check DNS Report
Taille du Fichier 116 KB
Nombre d'Installations 104
Version Actuelle 1.0
Dernière Mise à Jour 2017-05-23
Date de Publication 2017-05-22
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://www.dnsinto.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DNS Into",
    "short_name": "DNSINTO",
    "version": "1.0",
    "description": "Check DNS Report ",
    "icons": {
        "48": "img\/48.png",
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "DNS INTO Report",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}