dynaBar D365FO
Change the current navigation bar
What is dynaBar D365FO?
dynaBar D365FO is a Chrome extension developed by dynakes, and its main feature is "Change the current navigation bar".
Extension Screenshots
Download dynaBar D365FO Extension CRX File
Download dynaBar D365FO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add new actions to navigation bar for Microsoft Dynamics 365 for Finance and Operations. -Easy "table browser" -Show controls name for developers -New workspace window -Duplicate workspace window -Run "SysClassRunner"
Extension Basic Information
Name | dynaBar D365FO |
ID | gdjbelbckgeagibabjiklppbogphfgaa |
Official URL | https://chromewebstore.google.com/detail/dynabar-d365fo/gdjbelbckgeagibabjiklppbogphfgaa |
Description | Change the current navigation bar |
File Size | 2.39 MB |
Installation Count | 2,589 |
Current Version | 1.3 |
Last Updated | 2022-09-11 |
Publish Date | 2020-02-16 |
Rating | 4.50/5 Total 4 Ratings |
Developer | dynakes |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dynaBar D365FO", "description": "Change the current navigation bar", "version": "1.3", "permissions": [ "storage" ], "browser_action": { "default_title": "dynaBar D365FO by Dynakes", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.dynamics.com\/*" ], "run_at": "document_end", "js": [ "contentScript.js" ] } ], "manifest_version": 2 } |