FindIT

Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.

FindITคืออะไร?

FindIT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cisco Small Business และคุณลักษณะหลักของมันคือ "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย FindIT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Cisco FindIT Network Discovery Utility allows you to discover Cisco Small Business products, display device information and status, and retrieve firmware updates and maintenance information.

IMPORTANT: This extension communicates with and depends on an external FindIT service that must be installed separately.  The FindIT installer may be downloaded by going to www.cisco.com/go/findit and then selecting the download software link on the right-hand side.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FindIT FindIT
ID epanidpojhpngkkhhbdbddddiecogodf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf
คำอธิบาย Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
ขนาดไฟล์ 534 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2016-01-28
วันที่เผยแพร่ 2016-01-28
คะแนน 3.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Cisco Small Business
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cisco.com/cisco/web/solutions/small_business/index.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FindIT",
    "description": "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.",
    "version": "2.0.2",
    "background": {
        "scripts": [
            "jquery-1.11.1.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/127.0.0.1\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}