Augury Extension
Useful app.augury.com features
What is Augury Extension?
Augury Extension is a Chrome extension developed by https://sites.google.com/a/augury.com/office-dashboard, and its main feature is "Useful app.augury.com features".
Extension Screenshots
Download Augury Extension Extension CRX File
Download Augury Extension 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
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.
Extension Basic Information
Name | Augury Extension |
ID | nakmndgaejmkmbhmmfjmlidbolcoiidi |
Official URL | https://chromewebstore.google.com/detail/augury-extension/nakmndgaejmkmbhmmfjmlidbolcoiidi |
Description | Useful app.augury.com features |
File Size | 208 KB |
Installation Count | 12,697 |
Current Version | 1.3.4 |
Last Updated | 2024-01-09 |
Publish Date | 2020-04-16 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://sites.google.com/a/augury.com/office-dashboard |
[email protected] | |
Payment Type | free |
Extension Website | https://www.augury.com/ |
Supported Languages | 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" ] } |