Level up for Dynamics 365/Power Apps
Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.
Co je Level up for Dynamics 365/Power Apps?
Level up for Dynamics 365/Power Apps je rozšíření Chrome vyvinuté Natraj Yegnaraman, a jeho hlavní funkcí je „Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Level up for Dynamics 365/Power Apps
Stáhněte si soubory rozšíření Level up for Dynamics 365/Power Apps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | bjnkkhimoaclnddigpphpgkfgeggokam |
| Oficiální URL | https://chromewebstore.google.com/detail/level-up-for-dynamics-365/bjnkkhimoaclnddigpphpgkfgeggokam |
| Popis | Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets. |
| Velikost souboru | 513 KB |
| Počet instalací | 133,186 |
| Aktuální Verze | 3.6.4 |
| Poslední Aktualizace | 2023-03-28 |
| Datum Vydání | 2020-04-24 |
| Hodnocení | 4.87/5 Celkem 98 Hodnocení |
| Vývojář | Natraj Yegnaraman |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/rajyraman/Levelup-for-Dynamics-CRM |
| URL Stránky Nápovědy | https://github.com/rajyraman/Levelup-for-Dynamics-CRM |
| Podporované Jazyky | 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": [
" | |