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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Level up for Dynamics 365/Power Apps |
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 |
عنوان صفحة المساعدة | 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": [ " |