HitPath Network Stats

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

HitPath Network Statsคืออะไร?

HitPath Network Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WebApps, LLC และคุณลักษณะหลักของมันคือ "A Google Chrome extension for Network Administrators to view their current stats for the month."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HitPath Network Stats

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
}