Domain Name Inspector
Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data.
Cos'è Domain Name Inspector?
Domain Name Inspector è un'estensione di Chrome sviluppata da NoCode Extensions, e la sua funzione principale è "Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Domain Name Inspector
Scarica i file di estensione Domain Name Inspector 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
Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data.
Informazioni di Base sull'Estensione
Nome | |
ID | epfloiadmdbeljfodfjemppkljhohmln |
URL Ufficiale | https://chrome.google.com/webstore/detail/domain-name-inspector/epfloiadmdbeljfodfjemppkljhohmln |
Descrizione | Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data. |
Dimensione del File | 16.38 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-03-12 |
Data di Pubblicazione | 2021-10-17 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | NoCode Extensions |
[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": "Domain Name Inspector", "version": "1.1.0", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_title": "Domain Name Inspector", "default_popup": "popup\/html.html" } } |