Table Browser Caller for D365FO
Table browser caller for Microsoft Dynamics 365 for Finance and Operations.
Table Browser Caller for D365FO là gì?
Table Browser Caller for D365FO là một tiện ích mở rộng Chrome được phát triển bởi Arineo GmbH, và tính năng chính của nó là "Table browser caller for Microsoft Dynamics 365 for Finance and Operations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Table Browser Caller for D365FO
Tải xuống các tệp mở rộng Table Browser Caller for D365FO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The extension provides a list of tables and calls the Table Browser for Microsoft Dynamics 365 for Finance and Operations (D365FO). The easy way to search and open a table in the ‘table browser mode’. Intended for developers and power users. Furthermore, it collect and provide a full list of data entities from a instance. Prerequisites: - An account to a D365FO instance. - Sufficient permissions to open the menu item 'SysTableBrowser'. The extension comes with a built-in table list. Currently based on D365FO - V10.0.28/PU52. The table list does not include tables with property 'Visible=No' and deprecated (DEL_*) tables. Note: This is the new version of the former Table Browser Caller (https://chrome.google.com/webstore/detail/table-browser-caller-for/nahbldacmaibopfiiaoboloegpobpccn) now powered by Arineo.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Table Browser Caller for D365FO |
ID | khhnlfooiiffofchhdhjopgpegcjlodk |
URL Chính Thức | https://chromewebstore.google.com/detail/table-browser-caller-for/khhnlfooiiffofchhdhjopgpegcjlodk |
Mô tả | Table browser caller for Microsoft Dynamics 365 for Finance and Operations. |
Kích Thước Tệp | 653 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2022-11-02 |
Ngày Phát Hành | 2022-08-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Arineo GmbH |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://arineo.com/en |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Table Browser Caller for D365FO", "short_name": "Table Browser Caller", "description": "Table browser caller for Microsoft Dynamics 365 for Finance and Operations.", "version": "2.0.2", "author": "Arineo GmbH", "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "options_page": "CSVFormat.html", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*\/.dynamics.com\/*" ] } |