Keyready Assistant

Resident onboarding made easier.

Keyready Assistantคืออะไร?

Keyready Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://keyready.app และคุณลักษณะหลักของมันคือ "Resident onboarding made easier."

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

screenshot
screenshot
screenshot

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

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

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

                        Improve your resident move-in experience and reduce Property manager workload with Keyready.                    

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

ชื่อ Keyready Assistant Keyready Assistant
ID gjpnmblckmddicnfnfchcdknmilpcodo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keyready-assistant/gjpnmblckmddicnfnfchcdknmilpcodo
คำอธิบาย Resident onboarding made easier.
ขนาดไฟล์ 371 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2023-04-13
วันที่เผยแพร่ 2022-09-28
ผู้พัฒนา https://keyready.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.keyready.app
URL หน้าช่วยเหลือ https://www.keyready.app/contact/
URL หน้านโยบายความเป็นส่วนตัว https://mgr.keyready.app/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keyready Assistant",
    "description": "Resident onboarding made easier.",
    "version": "0.1.2",
    "icons": {
        "32": "assets\/extension-icon-32.png",
        "128": "assets\/extension-icon-128.png",
        "192": "assets\/extension-icon-192.png",
        "256": "assets\/extension-icon-256.png",
        "512": "assets\/extension-icon-512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "entry.js",
                "assets\/keyready.svg",
                "assets\/icon-192x192.png",
                "assets\/circle-check.svg",
                "assets\/export-icon.svg",
                "assets\/pin.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "action": {
        "default_title": "Keyready sidebar",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "removeHeaders",
                "enabled": true,
                "path": "removeHeaders.json"
            }
        ]
    }
}