Business Central Helper

Business Central Helper

Utilities to help navigate Business Central. 1 Utility available: Quickly activate global search for Business Central with a simple keyboard shortcut

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    }
  },
  "version": "0.1.2",
  "author": "Chad Gregory <[email protected]>",
  "name": "Business Central Helper",
  "description": "This extension provides utilities (Currently only 1) to improve your experience in using Business Central.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "permissions": [
    "https://businesscentral.dynamics.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.0286da44.js"
      ],
      "css": []
    }
  ],
  "commands": {
    "click-search": {
      "suggested_key": {
        "default": "Ctrl+K",
        "mac": "Command+K"
      },
      "description": "Press the shortcut to activate the global search field in Business Central."
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d3fe2ba6-afac-4df3-b4ff-d43d67df7067}"
    }
  }
}