HitPath Network Stats

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

什麼是HitPath Network Stats?

HitPath Network Stats是由WebApps, LLC開發的Chrome擴展程式,該擴展的主要功能是“A Google Chrome extension for Network Administrators to view their current stats for the month.”。

擴展截圖

screenshot
screenshot

下載HitPath Network Stats擴展crx文件

下載HitPath Network Stats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 HitPath Network Stats HitPath Network Stats
ID fnlfejcfmhciinbmpecgbcfnpgmofgak
官方網址 https://chromewebstore.google.com/detail/hitpath-network-stats/fnlfejcfmhciinbmpecgbcfnpgmofgak
簡介 A Google Chrome extension for Network Administrators to view their current stats for the month.
檔案大小 820 KB
安裝次數 39
目前版本 1.1.7
更新時間 2023-01-31
上架時間 2023-01-30
評分 5.00/5 共 2 次評分
開發者 WebApps, LLC
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}