Level up for Dynamics 365/Power Apps
Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.
Что такое Level up for Dynamics 365/Power Apps?
Level up for Dynamics 365/Power Apps - это расширение Chrome, разработанное Natraj Yegnaraman, и его основная функция - "Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.".
Снимки экрана расширения
Скачать файл CRX расширения Level up for Dynamics 365/Power Apps
Скачайте файлы расширений Level up for Dynamics 365/Power Apps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | bjnkkhimoaclnddigpphpgkfgeggokam |
| Официальный URL | https://chromewebstore.google.com/detail/level-up-for-dynamics-365/bjnkkhimoaclnddigpphpgkfgeggokam |
| Описание | Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets. |
| Размер файла | 513 KB |
| Количество установок | 133,186 |
| Текущая Версия | 3.6.4 |
| Последнее Обновление | 2023-03-28 |
| Дата публикации | 2020-04-24 |
| Рейтинг | 4.87/5 Всего 98 оценок |
| Разработчик | Natraj Yegnaraman |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/rajyraman/Levelup-for-Dynamics-CRM |
| URL страницы помощи | https://github.com/rajyraman/Levelup-for-Dynamics-CRM |
| Поддерживаемые языки | 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": [
" | |