D365 F&O Show Table Browser

Microsoft Dynamics 365 Show Table Browser

D365 F&O Show Table Browserとは何ですか?

D365 F&O Show Table Browserはhttps://semihcelikol.comによって開発されたChromeの拡張機能で、その主な機能は「Microsoft Dynamics 365 Show Table Browser」です。

拡張機能のスクリーンショット

screenshot

D365 F&O Show Table Browser拡張機能のCRXファイルをダウンロード

D365 F&O Show Table Browser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly create and open your table browser link for Microsoft Dynamics 365 F&O                    

拡張機能の基本情報

名前 D365 F&O Show Table Browser D365 F&O Show Table Browser
ID figcljfgdlbihegdcckegeakgbgdeiil
公式URL https://chromewebstore.google.com/detail/d365-fo-show-table-browse/figcljfgdlbihegdcckegeakgbgdeiil
説明 Microsoft Dynamics 365 Show Table Browser
ファイルサイズ 34.51 KB
インストール数 87
現在のバージョン 1.0.0
最終更新日 2023-08-22
公開日 2023-08-22
開発者 https://semihcelikol.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/semihcelikol/d365-table-browser
ヘルプページのURL https://github.com/semihcelikol/d365-table-browser
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "D365 F&O Show Table Browser",
    "description": "Microsoft Dynamics 365 Show Table Browser",
    "version": "1.0.0",
    "author": "Semih \u00c7elikol",
    "homepage_url": "https:\/\/github.com\/semihcelikol\/d365-table-browser",
    "icons": {
        "16": "img\/d365-16.png",
        "48": "img\/d365-48.png",
        "128": "img\/d365-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "mainHelper.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/github.com\/semihcelikol\/d365-table-browser",
                "https:\/\/www.buymeacoffee.com\/semihc"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "img\/d365-48.png",
            "38": "img\/d365-48.png"
        },
        "default_title": "Dynamics 365 F&O Show Table Browser",
        "default_popup": "index.html"
    }
}