D365 F&O Show Table Browser

D365 F&O Show Table Browser

Microsoft Dynamics 365 Show Table Browser

Merlin
Additional files are visible only to premium users

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 Çelikol",
  "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"
  }
}