Examine source code of 国药厦门致远OA-A8打印去水印显示批量下载-Edge版

Inspect and view changes in 国药厦门致远OA-A8打印去水印显示批量下载-Edge版 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "国药厦门致远OA-A8打印去水印显示批量下载-Edge版",
  "manifest_version": 2,
  "version": "1.1",
  "description": "国药厦门致远OA-A8打印去水印显示批量下载-Edge版",
  "browser_action": {
    "default_title": "国药厦门致远OA-A8打印去水印显示批量下载-Edge版"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "a8nowm-Edge.css"
      ],
      "all_frames": true,
      "matches": [
        "*://a8.cmic.com.cn/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}