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”。

擴展截圖

screenshot
screenshot

下載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 Augury Extension
ID nakmndgaejmkmbhmmfjmlidbolcoiidi
官方網址 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"
    ]
}