Augury Extension

Useful app.augury.com features

Augury Extension là gì?

Augury Extension là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/a/augury.com/office-dashboard, và tính năng chính của nó là "Useful app.augury.com features".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Augury Extension

Tải xuống các tệp mở rộng Augury Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Augury Extension Augury Extension
ID nakmndgaejmkmbhmmfjmlidbolcoiidi
URL Chính Thức https://chromewebstore.google.com/detail/augury-extension/nakmndgaejmkmbhmmfjmlidbolcoiidi
Mô tả Useful app.augury.com features
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 12,697
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2020-04-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sites.google.com/a/augury.com/office-dashboard
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.augury.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}