Augury Extension
Useful app.augury.com features
什么是Augury Extension?
Augury Extension是由https://sites.google.com/a/augury.com/office-dashboard开发的Chrome扩展程序,该扩展的主要功能是“Useful app.augury.com features”。
扩展截图
下载Augury Extension扩展crx文件
下载Augury Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Augury Extension |
ID | nakmndgaejmkmbhmmfjmlidbolcoiidi |
官方URL | https://chromewebstore.google.com/detail/augury-extension/nakmndgaejmkmbhmmfjmlidbolcoiidi |
简介 | Useful app.augury.com features |
文件大小 | 208 KB |
安装次数 | 12,697 |
当前版本 | 1.3.4 |
更新时间 | 2024-01-09 |
上架时间 | 2020-04-16 |
评分 | 3.00/5 共2次评分 |
开发者 | https://sites.google.com/a/augury.com/office-dashboard |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.augury.com/ |
支持的语言 | 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" ] } |