dynaBar D365FO

Change the current navigation bar

Cos'è dynaBar D365FO?

dynaBar D365FO è un'estensione di Chrome sviluppata da dynakes, e la sua funzione principale è "Change the current navigation bar".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione dynaBar D365FO

Scarica i file di estensione dynaBar D365FO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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"                    

Informazioni di Base sull'Estensione

Nome dynaBar D365FO dynaBar D365FO
ID gdjbelbckgeagibabjiklppbogphfgaa
URL Ufficiale https://chromewebstore.google.com/detail/dynabar-d365fo/gdjbelbckgeagibabjiklppbogphfgaa
Descrizione Change the current navigation bar
Dimensione del File 2.39 MB
Conteggio Installazioni 2,589
Versione Corrente 1.3
Ultimo Aggiornamento 2022-09-11
Data di Pubblicazione 2020-02-16
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore dynakes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}