D365 F&O Show Table Browser
Microsoft Dynamics 365 Show Table Browser
Cos'è D365 F&O Show Table Browser?
D365 F&O Show Table Browser è un'estensione di Chrome sviluppata da https://semihcelikol.com, e la sua funzione principale è "Microsoft Dynamics 365 Show Table Browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione D365 F&O Show Table Browser
Scarica i file di estensione D365 F&O Show Table Browser 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
Quickly create and open your table browser link for Microsoft Dynamics 365 F&O Informazioni di Base sull'Estensione
| Nome | |
| ID | figcljfgdlbihegdcckegeakgbgdeiil |
| URL Ufficiale | https://chromewebstore.google.com/detail/d365-fo-show-table-browse/figcljfgdlbihegdcckegeakgbgdeiil |
| Descrizione | Microsoft Dynamics 365 Show Table Browser |
| Dimensione del File | 34.51 KB |
| Conteggio Installazioni | 87 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-08-22 |
| Data di Pubblicazione | 2023-08-22 |
| Sviluppatore | https://semihcelikol.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/semihcelikol/d365-table-browser |
| URL della Pagina di Aiuto | https://github.com/semihcelikol/d365-table-browser |
| Lingue Supportate | 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"
}
} | |