D365FO-DevTools

A chrome D365FO extension for users that changes the color of navigation bar and shows the Database names of form fields and more

D365FO-DevToolsคืออะไร?

D365FO-DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devanalytic365.com และคุณลักษณะหลักของมันคือ "A chrome D365FO extension for users that changes the color of navigation bar and shows the Database names of form fields and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D365FO-DevTools

ดาวน์โหลดไฟล์ส่วนขยาย D365FO-DevTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Overview
A D365FO Extension that is compatible with Google Chrome and Microsoft Edge, allowing users to change the color of the navigation bar to show the database names of forms, fields, and more.
Now you don’t have to be confused ever again!
Personalize D365FO navigation bar colors:
•	According to URL
•	By legal entity names
•	Database form names in Dynamics365 Finance and Operations
You can also add screenshot capturing to the task recorder. It can be installed in Microsoft Edge and is fully compatible with the browser.

Applications
D365FO Extension allows the user to change the color of the D365FO (Dynamics 365 Finance and Operations) navigation bar according to the environment. The latest version of the tool can instantly show database form names.

For more information, please visit this link:
https://devanalytic365.com/blog/f/how-change-d365-fo-navigation-bar-color-in-chrome

Features
•	Instantly show database form names
•	Allows users to distinguish environments by legal entity names
•	Adds screenshot capture feature to task recorder (Screenshot capturing chrome extension)
•	Adds D365FO task recorder screenshot (Dynamics 355 FO task recorder with screenshot)

Update V 5.1.2 
•	Columns Header Database Name added

Update V 5.1.1
•	Enhanced Database form name function
The tool now displays more fields in the Database form names function, including some missing headers in previous versions.

Update Version 5.1.0 
•	Visuals improved
•	Stability improved
•	Functionality improved

Disclaimer
The product is not provided with any warranty by the developer and comes “as it is.” 
(Previously known as D365FO-Navbarcolor)

Note
We do not collect any usage, analytics, or personal data in any capacity for any purpose.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ D365FO-DevTools D365FO-DevTools
ID klpaihnmefppdfjmodipinghakkemlkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/d365fo-devtools/klpaihnmefppdfjmodipinghakkemlkg
คำอธิบาย A chrome D365FO extension for users that changes the color of navigation bar and shows the Database names of form fields and more
ขนาดไฟล์ 31.06 KB
จำนวนการติดตั้ง 5,555
เวอร์ชันปัจจุบัน 5.1.2
อัปเดตครั้งล่าสุด 2023-10-12
วันที่เผยแพร่ 2019-09-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://devanalytic365.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://devanalytic365.com/blog/f/how-change-d365-fo-navigation-bar-color-in-chrome
URL หน้าช่วยเหลือ https://devanalytic365.com/contact-us
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D365FO-DevTools",
    "short_name": "D365FO-DevTools",
    "description": "A chrome D365FO extension for users that changes the color of navigation bar and shows the Database names of form fields and more",
    "version": "5.1.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*"
            ],
            "js": [
                "screenshot.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "D365FO-DevTools",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}