Xola Admin

Utilities for admins of Xola

Xola Adminคืออะไร?

Xola Admin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Utilities for admins of Xola"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Xola Admin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Utilities for admins of Xola to facilitate searching for customers across different environments                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Xola Admin Xola Admin
ID bfgdcnmeognpnaddkffbelogcnffemmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xola-admin/bfgdcnmeognpnaddkffbelogcnffemmp
คำอธิบาย Utilities for admins of Xola
ขนาดไฟล์ 614 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2019-08-21
วันที่เผยแพร่ 2019-08-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xola Admin",
    "description": "Utilities for admins of Xola",
    "version": "1.3.1",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            }
        }
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/index.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "content_scripts\/reimpersonate.js"
    ]
}