Moka简藏

Moka简藏

一键导入简历至您的Moka招聘系统

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.721b7357.png",
    "32": "icon32.3143ac8f.png",
    "48": "icon48.f544afcb.png",
    "128": "icon128.6aa15eb0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "19": "icon-gray-19.c0944cc3.png",
      "38": "icon-gray-38.068ea533.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.2.1",
  "name": "Moka简藏",
  "description": "一键导入简历至您的Moka招聘系统",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "scripting",
    "tabs",
    "cookies",
    "alarms",
    "notifications",
    "management"
  ],
  "background": {
    "service_worker": "background.d0591844.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "constant.073edef6.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "floatHtmlStr.910114dc.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "type.c04ccdb1.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.4683de87.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "util.bd139920.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "floatHtmlStr.66fc34b7.svg"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "close.79deebc7.svg",
        "content-ui-logo.4d1fa414.png",
        "logo-text.20be8af6.svg",
        "floatHtmlStr.66fc34b7.svg",
        "contents.346a7ad6.svg",
        "contents.6dbc42d1.svg",
        "contents.34e6716b.svg"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "floatHtmlStr.66fc34b7.svg",
        "contents.346a7ad6.svg",
        "contents.6dbc42d1.svg",
        "contents.34e6716b.svg"
      ]
    }
  ]
}