D365 F&O Show Table Browser
Microsoft Dynamics 365 Show Table Browser
What is D365 F&O Show Table Browser?
D365 F&O Show Table Browser is a Chrome extension developed by https://semihcelikol.com, and its main feature is "Microsoft Dynamics 365 Show Table Browser".
Extension Screenshots
Download D365 F&O Show Table Browser Extension CRX File
Download D365 F&O Show Table Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quickly create and open your table browser link for Microsoft Dynamics 365 F&O
Extension Basic Information
Name | D365 F&O Show Table Browser |
ID | figcljfgdlbihegdcckegeakgbgdeiil |
Official URL | https://chromewebstore.google.com/detail/d365-fo-show-table-browse/figcljfgdlbihegdcckegeakgbgdeiil |
Description | Microsoft Dynamics 365 Show Table Browser |
File Size | 34.51 KB |
Installation Count | 87 |
Current Version | 1.0.0 |
Last Updated | 2023-08-22 |
Publish Date | 2023-08-22 |
Developer | https://semihcelikol.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/semihcelikol/d365-table-browser |
Help Page URL | https://github.com/semihcelikol/d365-table-browser |
Supported Languages | 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" } } |