Oveo Extension - Silent

Chrome Extension for tracking application usage

Vad är Oveo Extension - Silent?

Oveo Extension - Silent är en Chrome-tillägg utvecklad av https://oveo.io, och dess huvudfunktion är "Chrome Extension for tracking application usage".

Tilläggsskärmbilder

screenshot

Ladda ner Oveo Extension - Silent-förlängningens CRX-fil

Ladda ner Oveo Extension - Silent-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Oveo Extension - Silent Oveo Extension - Silent
ID nffjckgmpigfpkmamacllkakieaphfnm
Officiell webbadress https://chromewebstore.google.com/detail/oveo-extension-silent/nffjckgmpigfpkmamacllkakieaphfnm
Beskrivning Chrome Extension for tracking application usage
Filstorlek 62.34 KB
Antal Installationer 8,521
Aktuell Version 1.4.0
Senast Uppdaterad 2022-09-28
Publiceringsdatum 2021-12-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://oveo.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://oveo.io
URL till Sekretesspolicy Sidan https://oveo.io/privacy-policy
Stödda Språk 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"
}