StatCounter Code Checker
Checks your site for StatCounter code and displays relevant stats
Cos'è StatCounter Code Checker?
StatCounter Code Checker è un'estensione di Chrome sviluppata da Tiny Fans, e la sua funzione principale è "Checks your site for StatCounter code and displays relevant stats".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StatCounter Code Checker
Scarica i file di estensione StatCounter Code Checker 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
StatCounter members can use this to quickly check their site to ensure the StatCounter code is installed. Also provides some StatCounter links to let you quickly check your stats for the site or page. Very useful for webmasters who are using StatCounter analytics on their sites.
Informazioni di Base sull'Estensione
Nome | StatCounter Code Checker |
ID | jelkfbcaifgcalegklimgpiaecplgmpd |
URL Ufficiale | https://chromewebstore.google.com/detail/statcounter-code-checker/jelkfbcaifgcalegklimgpiaecplgmpd |
Descrizione | Checks your site for StatCounter code and displays relevant stats |
Dimensione del File | 29.98 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 2.1.4 |
Ultimo Aggiornamento | 2017-05-24 |
Data di Pubblicazione | 2017-05-23 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Tiny Fans |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StatCounter Code Checker", "version": "2.1.4", "description": "Checks your site for StatCounter code and displays relevant stats", "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "icon16.png", "default_title": "StatCounter Code Checker" }, "background": { "scripts": [ "background.js", "block.js" ] } } |