Lookup MAC Address

Find the vendor / manufacturer of a device by its MAC Address with our lookup tool

Cos'è Lookup MAC Address?

Lookup MAC Address è un'estensione di Chrome sviluppata da Gabriel Godri, e la sua funzione principale è "Find the vendor / manufacturer of a device by its MAC Address with our lookup tool".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lookup MAC Address

Scarica i file di estensione Lookup MAC Address in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ethernet/Vendor/Bluetooth MAC Address Lookup and Search.                    

Informazioni di Base sull'Estensione

Nome Lookup MAC Address Lookup MAC Address
ID cjmkeakikfcijjbcdlgominglghpbojf
URL Ufficiale https://chromewebstore.google.com/detail/lookup-mac-address/cjmkeakikfcijjbcdlgominglghpbojf
Descrizione Find the vendor / manufacturer of a device by its MAC Address with our lookup tool
Dimensione del File 10.93 KB
Conteggio Installazioni 654
Versione Corrente 3.0.1
Ultimo Aggiornamento 2022-12-16
Data di Pubblicazione 2020-04-07
Valutazione 4.00/5 Totale 7 Valutazioni
Sviluppatore Gabriel Godri
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lookup MAC Address",
    "description": "Find the vendor \/ manufacturer of a device by its MAC Address with our lookup tool",
    "icons": {
        "128": "icon128.png"
    },
    "version": "3.0.1",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end",
            "persistent": false
        }
    ]
}