Table Browser Caller for D365FO
Table browser caller for Microsoft Dynamics 365 for Finance and Operations.
¿Qué es Table Browser Caller for D365FO?
Table Browser Caller for D365FO es una extensión de Chrome desarrollada por Arineo GmbH, y su función principal es "Table browser caller for Microsoft Dynamics 365 for Finance and Operations.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Table Browser Caller for D365FO
Descarga archivos de extensión Table Browser Caller for D365FO en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Table Browser Caller for D365FO |
ID | khhnlfooiiffofchhdhjopgpegcjlodk |
URL Oficial | https://chromewebstore.google.com/detail/table-browser-caller-for/khhnlfooiiffofchhdhjopgpegcjlodk |
Descripción | Table browser caller for Microsoft Dynamics 365 for Finance and Operations. |
Tamaño del Archivo | 653 KB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 2.0.2 |
Última Actualización | 2022-11-02 |
Fecha de Publicación | 2022-08-28 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Arineo GmbH |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://arineo.com/en |
Idiomas Soportados | 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\/*" ] } |