Augury Extension
Useful app.augury.com features
Wat is Augury Extension?
Augury Extension is een Chrome-extensie ontwikkeld door https://sites.google.com/a/augury.com/office-dashboard, en de belangrijkste functie is "Useful app.augury.com features".
Extensie Screenshots
Download het CRX-bestand van de extensie Augury Extension
Download Augury Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | nakmndgaejmkmbhmmfjmlidbolcoiidi |
| Officiële URL | https://chromewebstore.google.com/detail/augury-extension/nakmndgaejmkmbhmmfjmlidbolcoiidi |
| Beschrijving | Useful app.augury.com features |
| Bestandsgrootte | 208 KB |
| Aantal Installaties | 12,697 |
| Huidige Versie | 1.3.4 |
| Laatst Bijgewerkt | 2024-01-09 |
| Publicatiedatum | 2020-04-16 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://sites.google.com/a/augury.com/office-dashboard |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.augury.com/ |
| Ondersteunde Talen | 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"
]
} | |