Augury Extension

Useful app.augury.com features

Augury Extensionคืออะไร?

Augury Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/a/augury.com/office-dashboard และคุณลักษณะหลักของมันคือ "Useful app.augury.com features"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Augury Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}