Keyready Assistant

Resident onboarding made easier.

What is Keyready Assistant?

Keyready Assistant is a Chrome extension developed by https://keyready.app, and its main feature is "Resident onboarding made easier.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Keyready Assistant Extension CRX File

Download Keyready Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Keyready Assistant Keyready Assistant
ID gjpnmblckmddicnfnfchcdknmilpcodo
Official URL https://chromewebstore.google.com/detail/keyready-assistant/gjpnmblckmddicnfnfchcdknmilpcodo
Description Resident onboarding made easier.
File Size 371 KB
Installation Count 117
Current Version 0.1.2
Last Updated 2023-04-13
Publish Date 2022-09-28
Developer https://keyready.app
Email [email protected]
Payment Type free
Extension Website https://www.keyready.app
Help Page URL https://www.keyready.app/contact/
Privacy Policy Page URL https://mgr.keyready.app/privacy
Supported Languages 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"
            }
        ]
    }
}