Oveo Extension - Silent

Chrome Extension for tracking application usage

What is Oveo Extension - Silent?

Oveo Extension - Silent is a Chrome extension developed by https://oveo.io, and its main feature is "Chrome Extension for tracking application usage".

Extension Screenshots

screenshot

Download Oveo Extension - Silent Extension CRX File

Download Oveo Extension - Silent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Oveo is a SaaS Management solution, helping organisations manage their SaaS stack. The Oveo Chrome Extension for tracking application usage provides insights to which SaaS applications are being used across an organisation.                    

Extension Basic Information

Name Oveo Extension - Silent Oveo Extension - Silent
ID nffjckgmpigfpkmamacllkakieaphfnm
Official URL https://chromewebstore.google.com/detail/oveo-extension-silent/nffjckgmpigfpkmamacllkakieaphfnm
Description Chrome Extension for tracking application usage
File Size 62.34 KB
Installation Count 8,521
Current Version 1.4.0
Last Updated 2022-09-28
Publish Date 2021-12-24
Rating 5.00/5 Total 2 Ratings
Developer https://oveo.io
Email [email protected]
Payment Type free
Extension Website https://oveo.io
Privacy Policy Page URL https://oveo.io/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oveo Extension - Silent",
    "description": "Chrome Extension for tracking application usage",
    "manifest_version": 3,
    "version": "1.4.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "tabs",
        "alarms"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXYgDfJgcIoFlhNkBy3ReDlVRMbXBQu+hldZIIpiCkQJRSrrRULNivh1Ilr15VZ5NgPiE3an4BEL\/U\/1ORyQTEqMef8wxb3aryRmhGrpH6wdYLOv\/z+OFITmS0fd2YOd5Kka\/TpeWPOX+VRDPIMOxikqBXi\/31mC8BfFS4gzcp7lshR16+MIdfJAT2XnZPuATgtZqbhtqM9x\/mEOYBj+O5vtNBnAGZaDkPL3T+YI2cBoU6Sf3yzQH00k3SKsbpb0Kg7MTaBN2RKKeVdNuAijszI1WYZLzmUFRtX+kE0BRrM06\/ur55hDkNVFL\/Ka+9fN+JJPomFf5+UDwaA7axbtQwIDAQAB"
}