HYPESTAT website Traffic report
Track any website traffic quick and easy with one click via Hypestat report
Cos'è HYPESTAT website Traffic report?
HYPESTAT website Traffic report è un'estensione di Chrome sviluppata da Maksym Tymchyk, e la sua funzione principale è "Track any website traffic quick and easy with one click via Hypestat report".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HYPESTAT website Traffic report
Scarica i file di estensione HYPESTAT website Traffic report 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
- Show Daily and Monthly unique visitor count - Show website traffic report from Hypestat - Link to direct open report on hypestat.com
Informazioni di Base sull'Estensione
Nome | HYPESTAT website Traffic report |
ID | gdgjcebmgkdlcmchhmaemcbmmkjelkfn |
URL Ufficiale | https://chromewebstore.google.com/detail/hypestat-website-traffic/gdgjcebmgkdlcmchhmaemcbmmkjelkfn |
Descrizione | Track any website traffic quick and easy with one click via Hypestat report |
Dimensione del File | 83.35 KB |
Conteggio Installazioni | 1,188 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2024-01-30 |
Data di Pubblicazione | 2018-11-09 |
Valutazione | 3.00/5 Totale 8 Valutazioni |
Sviluppatore | Maksym Tymchyk |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "64": "\/images\/hypestat-64.png", "128": "\/images\/hypestat-128.png" }, "default_popup": "\/views\/popup.html", "default_title": "__MSG_default_title__" }, "icons": { "64": "\/images\/hypestat-64.png", "128": "\/images\/hypestat-128.png" }, "version": "0.4.0" } |