Hypercare

Hypercare

Importuj kontakty do Hypercare z systemów rekrutacyjnych

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hypercare",
  "short_name": "Hypercare",
  "version": "2.32",
  "description": "Importuj kontakty do Hypercare z systemów rekrutacyjnych",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "images/btn.png",
    "32": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "https://system.erecruiter.pl/web2/*"
      ],
      "include_globs": [
        "*candidate*",
        "*recruitment*"
      ],
      "run_at": "document_end",
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "https://*.traffit.com/*"
      ],
      "exclude_globs": [
        "*/login*"
      ],
      "run_at": "document_end",
      "css": [
        "traffit/content.css"
      ],
      "js": [
        "traffit/content.js"
      ]
    },
    {
      "matches": [
        "https://*.hrlink.pl/*"
      ],
      "exclude_globs": [
        "https://hrlink.pl/"
      ],
      "run_at": "document_end",
      "css": [
        "hrlink/content.css"
      ],
      "js": [
        "hrlink/content.js"
      ]
    },
    {
      "matches": [
        "https://*.elevato.net/*"
      ],
      "include_globs": [
        "*/Admin/jobOffersRecruitmentProjectCandidateList.aspx*",
        "*/Admin/JobOffersCandidatesList.aspx*",
        "*/Admin/JobOffersCandidatesDetails.aspx*",
        "*/Admin/AppointmentMeetingRoom.aspx*"
      ],
      "run_at": "document_end",
      "css": [
        "elevato/content.css"
      ],
      "js": [
        "elevato/content.js"
      ]
    },
    {
      "matches": [
        "https://*.smartrecruiters.com/app/*"
      ],
      "run_at": "document_end",
      "css": [
        "smartrecruiters/content.css"
      ],
      "js": [
        "smartrecruiters/content.js"
      ]
    },
    {
      "matches": [
        "https://*.mrtedtalentlink.com/*/app/*"
      ],
      "run_at": "document_end",
      "css": [
        "talentlink/content.css"
      ],
      "js": [
        "talentlink/content.js"
      ]
    },
    {
      "matches": [
        "https://*.jazz.co/app/*"
      ],
      "run_at": "document_end",
      "css": [
        "jazz/content.css"
      ],
      "js": [
        "jazz/content.js"
      ]
    },
    {
      "matches": [
        "https://*.workable.com/backend/*"
      ],
      "run_at": "document_end",
      "css": [
        "workable/content.css"
      ],
      "js": [
        "workable/content.js"
      ]
    }
  ],
  "manifest_version": 3
}