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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}