Mysolution Plug-in BETA

Mysolution Plug-in BETA

Mysolution Plug-in BETA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "Mysolution Plug-in BETA",
  "version": "2.0.93",
  "icons": {
    "16": "img/mysolution/16x16.png",
    "48": "img/mysolution/48x48.png",
    "128": "img/mysolution/128x128.png"
  },
  "name": "Mysolution Plug-in BETA",
  "host_permissions": [
    "https://app.nixz.io/*",
    "file://*",
    "https://*/*",
    "https://resumes.indeed.com/*",
    "https://*.werk.nl/*",
    "https://*.linkedin.com/",
    "https://*.xing.com/*",
    "https://*.facebook.com/*",
    "https://*.salesforce.com/",
    "https://*.lightning.force.com/"
  ],
  "permissions": [
    "cookies",
    "downloads",
    "storage",
    "tabs",
    "declarativeContent",
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "service-worker-mysolution.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "toolbar.html",
        "nixz.html",
        "toast.html",
        "optionsMSF.html",
        "css/toolbar.css",
        "css/*",
        "img/*",
        "*/options.html"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "options_page": "mysolution/options.html",
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.werk.nl/*",
        "*://*.indeed.com/*",
        "*://*.xing.com/*",
        "*://*.facebook.com/*"
      ],
      "js": [
        "master-console.js",
        "js/browser/pdfmake.min.js",
        "js/browser/vfs_fonts.js",
        "js/browser/fontawsome.js",
        "js/browser/html2canvas.min.js",
        "js/browser/jspdf.min.js",
        "js/browser/moment.js",
        "js/browser/jquery-3.5.1.js",
        "js/browser/popper.js",
        "js/browser/bootstrap.js",
        "js/browser/select2.js",
        "js/browser/selectize.js",
        "js/browser/bootstrap-select.min.js",
        "js/browser/datepicker.min.js",
        "js/browser/jquery.dataTables.min.js",
        "js/browser/dataTables.bootstrap.min.js",
        "js/browser/common.js",
        "js/utility.js",
        "js/browser/getUrlAndClose.js",
        "js/browser/jquery.caret.js",
        "js/browser/jquery.atwho.js",
        "js/browser/bar.js",
        "js/browser/getCandidateName.js",
        "js/browser/checkSearchResults.js",
        "js/browser/getContactDetails.js",
        "js/browser/gotoPublicProfile.js",
        "js/browser/downloadCV.js",
        "js/browser/fileDownloader.js",
        "js/browser/userProfilePdf.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://code.jquery.com/ https://stackpath.bootstrapcdn.com/ https://cdn.jsdelivr.net/ https://kit.fontawesome.com/;"
  }
}