Augury Extension

Useful app.augury.com features

Was ist Augury Extension?

Augury Extension ist eine Chrome-Erweiterung, die von https://sites.google.com/a/augury.com/office-dashboard entwickelt wurde, und ihr Hauptmerkmal ist "Useful app.augury.com features".

Erweiterungsscreenshots

screenshot
screenshot

Augury Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Augury Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This App blurs content of Augury app - at the URL app.augury.com
It enables our sales teams when they share their screens during calls to display content of our web application, without sharing sensitive data.                    

Grundlegende Informationen zur Erweiterung

Name Augury Extension Augury Extension
ID nakmndgaejmkmbhmmfjmlidbolcoiidi
Offizielle URL https://chromewebstore.google.com/detail/augury-extension/nakmndgaejmkmbhmmfjmlidbolcoiidi
Beschreibung Useful app.augury.com features
Dateigröße 208 KB
Installationsanzahl 12,697
Aktuelle Version 1.3.4
Letztes Update 2024-01-09
Veröffentlichungsdatum 2020-04-16
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://sites.google.com/a/augury.com/office-dashboard
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.augury.com/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Augury Extension",
    "description": "Useful app.augury.com features",
    "version": "1.3.4",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.augury.com\/*",
                "https:\/\/*.app.augury.com\/*"
            ],
            "js": [
                "demomode.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}