Elise Sidekick

An elise-powered sidekick

What is Elise Sidekick?

Elise Sidekick is a Chrome extension developed by eng-extension, and its main feature is "An elise-powered sidekick".

Extension Screenshots

screenshot
screenshot
screenshot

Download Elise Sidekick Extension CRX File

Download Elise Sidekick 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

                        Add a convenient side panel to get real-time updates from Elise and easily take actions on tasks so you can boost your productivity!                    

Extension Basic Information

Name Elise Sidekick Elise Sidekick
ID kpifjidocdfajhopejaimakelkknfhii
Official URL https://chromewebstore.google.com/detail/elise-sidekick/kpifjidocdfajhopejaimakelkknfhii
Description An elise-powered sidekick
File Size 274 KB
Installation Count 443
Current Version 1.1.7
Last Updated 2024-03-06
Publish Date 2023-12-19
Rating 5.00/5 Total 3 Ratings
Developer eng-extension
Email [email protected]
Payment Type free
Extension Website https://www.eliseai.com/
Help Page URL https://www.eliseai.com/support
Privacy Policy Page URL https://docs.google.com/document/d/1Pkiklv_sGyQJ05Dmnu6PwKd11_K5OhMVupY9t6LLoLc/edit
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "An elise-powered sidekick",
    "version": "1.1.7",
    "manifest_version": 3,
    "name": "Elise Sidekick",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "externally_connectable": {
        "ids": [
            "kpifjidocdfajhopejaimakelkknfhii"
        ],
        "matches": [
            "*:\/\/*.yardi.com\/*",
            "*:\/\/*.realpage.com\/*",
            "*:\/\/*.myresman.com\/*",
            "*:\/\/app.knockcrm.com\/*",
            "*:\/\/*.entrata.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.bundle.js"
            ],
            "matches": [
                "*:\/\/*.yardi.com\/*",
                "*:\/\/*.realpage.com\/*",
                "*:\/\/*.myresman.com\/*",
                "*:\/\/app.knockcrm.com\/*",
                "*:\/\/*.entrata.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Click to open side panel",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png",
                "icon-32.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "sidePanel",
        "tabs",
        "storage"
    ],
    "side_panel": {
        "default_path": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr+P8Tv74loy+7rMZNshe6zPoAyZV5p8AqpN9l9jnBVSmJWIiElGePrAX3UcLK31b2p\/jsfxUTOX2HVeOIEUQaCD1uFo6RS65gw1h7eAK8fB\/rO+zhRPQlMULdOV\/MgEcp7ffmVo4oacEsn6X7iuhDqK3ShHxHK3osol+pryediD7bKxgx6iRdUvfnv2phNH2LdkCfMn6\/OxH3rh4wEuf0s1wmUBUVmCtDQoseOxo0EjPChnrCFpl\/fEVZa9NBGNDw3o1FHWSzvtT8WtoaTigrnDECtjB0y9fTYIkVo8JafZkLcObwtYKTJBmmAp\/6VgSxbypWatII0H2iH2\/5+PfwwIDAQAB"
}