Keyready Assistant

Resident onboarding made easier.

Keyready Assistantとは何ですか?

Keyready Assistantはhttps://keyready.appによって開発されたChromeの拡張機能で、その主な機能は「Resident onboarding made easier.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Keyready Assistant拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            }
        ]
    }
}