HitPath Network Stats

A Google Chrome extension for Network Administrators to view their current stats for the month.

Qu'est-ce que HitPath Network Stats ?

HitPath Network Stats est une extension Chrome développée par WebApps, LLC, et sa fonction principale est "A Google Chrome extension for Network Administrators to view their current stats for the month.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HitPath Network Stats

Téléchargez les fichiers d'extension HitPath Network Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get access to your latest stats within a single click. The HitPath Extension for Chrome is ideal for Network Admins who need basic and up to the minute tracking without the fuss. We made it easy for you to cast a quick glance at your latest hits, conversions, sales, and more. When you’re ready to dig deeper, you can log into your HitPath Admin straight from within the extension!

Optimize your business decisions with the HitPath Extension for Chrome.

v1.1.7 - March 3, 2016
- More code optimization

v1.1.6 - March 3, 2016
- Bugfixes and code optimization                    

Informations de Base sur l'Extension

Nom HitPath Network Stats HitPath Network Stats
ID fnlfejcfmhciinbmpecgbcfnpgmofgak
URL Officiel https://chromewebstore.google.com/detail/hitpath-network-stats/fnlfejcfmhciinbmpecgbcfnpgmofgak
Description A Google Chrome extension for Network Administrators to view their current stats for the month.
Taille du Fichier 820 KB
Nombre d'Installations 39
Version Actuelle 1.1.7
Dernière Mise à Jour 2023-01-31
Date de Publication 2023-01-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur WebApps, LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HitPath Network Stats",
    "short_name": "HitPath",
    "version": "1.1.7",
    "author": "HitPath Development",
    "browser_action": {
        "default_icon": "images\/icon_default.png",
        "default_popup": "popup.html"
    },
    "description": "A Google Chrome extension for Network Administrators to view their current stats for the month.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}