dynaBar D365FO
Change the current navigation bar
dynaBar D365FOとは何ですか?
dynaBar D365FOはdynakesによって開発されたChromeの拡張機能で、その主な機能は「Change the current navigation bar」です。
拡張機能のスクリーンショット
dynaBar D365FO拡張機能のCRXファイルをダウンロード
dynaBar D365FO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Add new actions to navigation bar for Microsoft Dynamics 365 for Finance and Operations.
-Easy "table browser"
-Show controls name for developers
-New workspace window
-Duplicate workspace window
-Run "SysClassRunner"                     拡張機能の基本情報
| 名前 |  | 
| ID | gdjbelbckgeagibabjiklppbogphfgaa | 
| 公式URL | https://chromewebstore.google.com/detail/dynabar-d365fo/gdjbelbckgeagibabjiklppbogphfgaa | 
| 説明 | Change the current navigation bar | 
| ファイルサイズ | 2.39 MB | 
| インストール数 | 2,589 | 
| 現在のバージョン | 1.3 | 
| 最終更新日 | 2022-09-11 | 
| 公開日 | 2020-02-16 | 
| 評価 | 4.50/5 合計 4 レビュー | 
| 開発者 | dynakes | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dynaBar D365FO",
    "description": "Change the current navigation bar",
    "version": "1.3",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "dynaBar D365FO by Dynakes",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
} | |