Augury Extension
Useful app.augury.com features
Vad är Augury Extension?
Augury Extension är en Chrome-tillägg utvecklad av https://sites.google.com/a/augury.com/office-dashboard, och dess huvudfunktion är "Useful app.augury.com features".
Tilläggsskärmbilder
Ladda ner Augury Extension-förlängningens CRX-fil
Ladda ner Augury Extension-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nakmndgaejmkmbhmmfjmlidbolcoiidi |
| Officiell webbadress | https://chromewebstore.google.com/detail/augury-extension/nakmndgaejmkmbhmmfjmlidbolcoiidi |
| Beskrivning | Useful app.augury.com features |
| Filstorlek | 208 KB |
| Antal Installationer | 12,697 |
| Aktuell Version | 1.3.4 |
| Senast Uppdaterad | 2024-01-09 |
| Publiceringsdatum | 2020-04-16 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | https://sites.google.com/a/augury.com/office-dashboard |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.augury.com/ |
| Stödda Språk | 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"
]
} | |