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
Eメール [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\/*"
    ]
}