Table Browser Caller for D365FO
Table browser caller for Microsoft Dynamics 365 for Finance and Operations.
Table Browser Caller for D365FO란 무엇입니까?
Table Browser Caller for D365FO은(는) Arineo GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Table browser caller for Microsoft Dynamics 365 for Finance and Operations."입니다.
확장 프로그램 스크린샷
Table Browser Caller for D365FO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Table Browser Caller for D365FO |
ID | khhnlfooiiffofchhdhjopgpegcjlodk |
공식 URL | https://chromewebstore.google.com/detail/table-browser-caller-for/khhnlfooiiffofchhdhjopgpegcjlodk |
설명 | Table browser caller for Microsoft Dynamics 365 for Finance and Operations. |
파일 크기 | 653 KB |
설치 횟수 | 10,000 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2022-11-02 |
출시 날짜 | 2022-08-28 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Arineo GmbH |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://arineo.com/en |
지원되는 언어 | 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\/*" ] } |