Lansweeper Chromium extension

Allows you to run asset and user actions in the Lansweeper web console.

Lansweeper Chromium extensionคืออะไร?

Lansweeper Chromium extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lansweeper.com และคุณลักษณะหลักของมันคือ "Allows you to run asset and user actions in the Lansweeper web console."

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

screenshot
screenshot

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

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

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

                        This extension can be added to Chromium-based web browsers like Chrome, Edge and Opera. It enables you to run asset and user actions in the Lansweeper web console.

Keep in mind that this extension will not work without the extension components, which must be installed separately. Detailed extension installation instructions can be found in the Lansweeper knowledge base: https://www.lansweeper.com/knowledgebase/compatible-web-browsers-for-viewing-the-lansweeper-console/                    

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

ชื่อ Lansweeper Chromium extension Lansweeper Chromium extension
ID nnpeignlpkmbhjegcbfacbgcnhhjlghp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lansweeper-chromium-exten/nnpeignlpkmbhjegcbfacbgcnhhjlghp
คำอธิบาย Allows you to run asset and user actions in the Lansweeper web console.
ขนาดไฟล์ 25.81 KB
จำนวนการติดตั้ง 115,770
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-11-22
วันที่เผยแพร่ 2018-07-12
คะแนน 2.00/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา https://lansweeper.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lansweeper.com
URL หน้าช่วยเหลือ https://www.lansweeper.com/kb/22/custom-actions-in-chrome.html
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/eventPage.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Allows you to run asset and user actions in the Lansweeper web console.",
    "icons": {
        "128": "img\/Icon128.png",
        "16": "img\/Icon16.png",
        "32": "img\/Icon32.png",
        "48": "img\/Icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhhlp8u1E45BA8UGFHPoWpJyEBWXhdwnOPCn5rqGNE51Vq3mBFMwH3q1rWzWRD2wgmKID7FlDRUTxHsyXFYuONQxOX9HO7\/0p15Fab9sYs5NJl5kNv7ZIQhJG0P39CHjm+d5pgm1UW8WsjLHhTVg\/0DwGl3F9gdk13T4qvXiQORuUF8iz0I2aswrXZEZjqa4tQyJuYn4eroQr7WU1tCSyOzb\/tcI5nu92dN67gGE77\/fdvHQmy78lyf5UQhA6X+6zpidT1UfdnKMvMnCzXikGqWvTaoKEZyUZNgG1OcxfjgorGObAWCb\/6H8H0Jy5a3OgB\/9zicslUbtPle8ijdsXYQIDAQAB",
    "manifest_version": 2,
    "name": "Lansweeper Chromium extension",
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "js\/version.js"
    ]
}