Level up for Dynamics 365/Power Apps

Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.

What is Level up for Dynamics 365/Power Apps?

Level up for Dynamics 365/Power Apps is a Chrome extension developed by Natraj Yegnaraman, and its main feature is "Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.".

Extension Screenshots

screenshot

Download Level up for Dynamics 365/Power Apps Extension CRX File

Download Level up for Dynamics 365/Power Apps 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

                        The extension helps Dynamics 365/Power Apps users to perform advanced actions, that normally require bookmarklets.

Source code and help for this extension can be found in https://github.com/rajyraman/Levelup-for-Dynamics-CRM                    

Extension Basic Information

Name Level up for Dynamics 365/Power Apps Level up for Dynamics 365/Power Apps
ID bjnkkhimoaclnddigpphpgkfgeggokam
Official URL https://chromewebstore.google.com/detail/level-up-for-dynamics-365/bjnkkhimoaclnddigpphpgkfgeggokam
Description Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.
File Size 513 KB
Installation Count 133,186
Current Version 3.6.4
Last Updated 2023-03-28
Publish Date 2020-04-24
Rating 4.87/5 Total 98 Ratings
Developer Natraj Yegnaraman
Email [email protected]
Payment Type free
Extension Website https://github.com/rajyraman/Levelup-for-Dynamics-CRM
Help Page URL https://github.com/rajyraman/Levelup-for-Dynamics-CRM
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png"
        },
        "default_title": "Level up for Dynamics 365\/Power Apps",
        "default_popup": "\/pages\/options.html"
    },
    "name": "Level up for Dynamics 365\/Power Apps",
    "author": "Natraj Yegnaraman",
    "description": "Quickly perform advanced\/hidden actions in Dynamics 365\/Power Apps, without bookmarklets.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/scripts\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*.dynamics.com\/api\/*",
        "*:\/\/*.dynamics.com.mcas.ms\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/scripts\/Sdk.Soap.min.js",
                "\/scripts\/levelup.extension.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "3.6.4",
    "manifest_version": 3
}