Examine source code of Kanri_POS_Extension

Inspect and view changes in Kanri_POS_Extension 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kanri_POS_Extension",
  "version": "3.2.6",
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://script.google.com/*",
    "https://script.googleusercontent.com/*",
    "https://pos.toshin.com/*",
    "http://pos.toshin.com/*",
    "https://*.slack.com/*"
  ],
  "manifest_version": 3,
  "description": "管理POSの拡張機能です。返却アプリの情報を表示します。",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Config",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*AnswerSheetType=5*",
        "*://*/*AnswersheetType=5*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "AStype5.js",
        "list.min.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*/*AnswerSheetType=2*",
        "*://*/*AnswersheetType=2*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "AStype2.js",
        "pdfJS/pdf.js",
        "QRchecker.js",
        "jsQR.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*/*/AnswerSheetList.aspx*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "ASlist.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://docs.google.com/*1FAIpQLSe5-l_Z1IaH0Gd5oXmXx7u0SXRaNWuwuNh0I2PTE7GjvJt2xg/formResponse",
        "https://docs.google.com/*1FAIpQLSceibrLbiXFgSSt-iymTsYtAkxeya20H7jsag6rSz3-2bZaww/formResponse",
        "https://docs.google.com/*1FAIpQLSd2r4HXwWNXtL7stfO0j1sRbhwFoSMHUaT83_UngBJkuqMI8A/formResponse",
        "https://docs.google.com/*1FAIpQLSeJyBmzg2dprDSzK_P7AaBSvOPVrDQt5zlyOUXYkd69ot-_Ug/*"
      ],
      "js": [
        "Gform.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pdfJS/*",
        "review_paper_univ_math.csv"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}