Website Informer Addon
Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Cos'è Website Informer Addon?
Website Informer Addon è un'estensione di Chrome sviluppata da https://website.informer.com, e la sua funzione principale è "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Website Informer Addon
Scarica i file di estensione Website Informer Addon 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
Website Informer lets you discover important statistics behind any website while browsing through it. This widget instantly reveals a website’s traffic rank, daily visitors rate, pageviews, etc. Get Website Informer addon for free: you can make use of it in web marketing, link building, and ads partnership prospecting.
Informazioni di Base sull'Estensione
Nome | Website Informer Addon |
ID | hgmkhdckpblkakgojblgmlgaeaimofom |
URL Ufficiale | https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom |
Descrizione | Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting. |
Dimensione del File | 80.74 KB |
Conteggio Installazioni | 12,794 |
Versione Corrente | 4.0.0 |
Ultimo Aggiornamento | 2022-05-24 |
Data di Pubblicazione | 2018-01-24 |
Valutazione | 4.25/5 Totale 57 Valutazioni |
Sviluppatore | https://website.informer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://website.informer.com/addon |
URL della Pagina di Aiuto | https://website.informer.com/pages/contacts |
URL della Pagina della Politica sulla Privacy | http://website.informer.com/pages/tos |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Informer Addon", "version": "4.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.", "action": { "default_icon": "static\/img\/i128.png", "default_title": "Page Info", "default_popup": "popup.html" }, "icons": { "128": "static\/img\/i128.png" }, "host_permissions": [ "https:\/\/website.informer.com\/*", "https:\/\/hits.informer.com\/*" ], "permissions": [ "tabs", "storage" ] } |