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": [
" | |