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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Table Browser Caller for D365FO扩展crx文件

下载Table Browser Caller for D365FO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/*"
    ]
}