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
公式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
Eメール [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"
    ]
}