OpenLM Browser Agent

This extension allows you to monitor specified websites visits using OpenLM solution.

OpenLM Browser Agentคืออะไร?

OpenLM Browser Agent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OpenLM และคุณลักษณะหลักของมันคือ "This extension allows you to monitor specified websites visits using OpenLM solution."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ➤ What is OpenLM ?
OpenLM helps organisations to manage their software licenses more effectively. We help businesses to understand their actual license usage and prevent spending money on inactive 
subscriptions.

➤ Does OpenLM Browser Agent work only with OpenLM Cloud?
Previously, the OpenLM Browser Agent was working only with OpenLM Cloud solution. In the new version (1.1.0) of the extension we implemented the functionality to support on-premise version too. Select On-premise agent mode, while the configuration process, this way the Browser Agent will report to your local OpenLM Server instance.

➤ What is the purpose of adding an OpenLM Browser Agent on my browser?
OpenLM uses the extension to monitor the access to the specific services your company wants to monitor. 

➤ How does the OpenLM Browser Agent work?
OpenLM Extension monitors the access to the specified services. 

➤ Does the OpenLM Browser agent collect information about all the websites I visit?
No! OpenLM only collects data on the services your company has configured. 

➤ Does OpenLM provide information about how I interact with these services to my company?
The information OpenLM collects is solely for the purpose of license management and security. We do not collect information to manage employees or to evaluate their performance.

➤ What is the relationship between license management and information security?
Often, users are assigned access to cloud services but do not use them. In addition to the expense, this is also a security issue. An account with access to company data is inviting 
hackers.

➤ How does OpenLM protect my privacy?
OpenLM is trying hard to process data automatically by algorithms and apply corrective actions automatically. This eliminates the need for people to review data and take action. 

➤ What information is my organisation looking into?
Our browser extension is needed to monitor usage ONLY of particular cloud services. It doesn't track your total browser activity, machine file system etc.                    

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

ชื่อ OpenLM Browser Agent OpenLM Browser Agent
ID ndpmknjopcpelgkdpgaocmkapccafnhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openlm-browser-agent/ndpmknjopcpelgkdpgaocmkapccafnhh
คำอธิบาย This extension allows you to monitor specified websites visits using OpenLM solution.
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2021-12-01
ผู้พัฒนา OpenLM
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.openlm.com/browser-extension-instructions/
URL หน้าช่วยเหลือ https://www.openlm.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.openlm.com/browser-extension-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenLM Browser Agent",
    "description": "This extension allows you to monitor specified websites visits using OpenLM solution.",
    "version": "1.3.0",
    "icons": {
        "32": "assets\/img\/favicon.png",
        "128": "assets\/img\/openlm_logo_128.png"
    },
    "action": {
        "default_icon": "assets\/img\/favicon.png",
        "default_popup": "\/html\/main-page.html"
    },
    "background": {
        "service_worker": "\/js\/service-worker-wrapper.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/img\/*",
                "\/assets\/fonts\/*",
                "\/js\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}