Examine source code of 飞特招聘助手

Inspect and view changes in 飞特招聘助手 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",
  "manifest_version": 3,
  "name": "飞特招聘助手",
  "version": "1.3.1",
  "description": "CRM招聘助手",
  "permissions": [
    "nativeMessaging",
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/main.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "js/devtools.js"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/append/doubaoai.js",
        "js/append/doubaoai-zl.js",
        "js/append/doubaoai-58.js",
        "js/bootstrap/js/html2canvas.js",
        "js/jquery.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "Feitee",
    "default_icon": {
      "16": "images/icons/16.png",
      "32": "images/icons/32.png",
      "48": "images/icons/48.png",
      "128": "images/icons/128.png"
    }
  },
  "commands": {
    "moveDown": {
      "suggested_key": {
        "default": "Alt+K"
      },
      "description": "Float tab / move down"
    },
    "moveUp": {
      "suggested_key": {
        "default": "Alt+I"
      },
      "description": "Unfloat tab / move up"
    },
    "moveLeft": {
      "suggested_key": {
        "default": "Alt+J"
      },
      "description": "Move left"
    },
    "moveRight": {
      "suggested_key": {
        "default": "Alt+L"
      },
      "description": "Move right"
    }
  },
  "icons": {
    "16": "images/icons/16.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  }
}