Ntko office document control WebView2 browser plug-in.

Ntko office document control WebView2 browser plug-in.

The ability to use ntko office document controls on WebView2 browsers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background/background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "background/ntko-background.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en_US",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "http://www.ntko.com/",
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "512": "icons/ntko.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "permissions": [
    "nativeMessaging",
    "tabs",
    "cookies"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "6.0.2.3",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "icons/ntko.png"
      ],
      "extension_ids": [
        "nlbmlopkpjooamnjgcjmnbenkjcijigl"
      ]
    }
  ]
}