TRAFFIT Sourcing Plugin

TRAFFIT Sourcing Plugin

Build your talent pool like a boss with TRAFFIT Sourcing Plugin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "short_name": "TTS",
  "description": "__MSG_description__",
  "version": "3.0.7",
  "version_name": "3.0.7",
  "author": "TRAFFIT Sp. Z O.O.",
  "default_locale": "en",
  "icons": {
    "16": "src/assets/traffit_16.png",
    "48": "src/assets/traffit_48.png",
    "128": "src/assets/traffit_128.png"
  },
  "action": {
    "default_title": "__MSG_openDrawer__"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-a052b7a1.js"
      ],
      "matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://twitter.com/*",
        "https://*.instagram.com/*",
        "https://*.facebook.com/*",
        "https://*.behance.net/*",
        "https://github.com/*",
        "https://stackoverflow.com/*",
        "https://dribbble.com/*",
        "https://wykop.pl/*",
        "https://www.zivotopisy.cz/*",
        "https://www.profesia.cz/*"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/content-b1c10f07.css"
      ]
    },
    {
      "js": [
        "assets/connect.ts-loader-993ce3f4.js"
      ],
      "matches": [
        "https://*.traffit.com/*",
        "http://traffit.local:1025/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.behance.net/*",
        "https://*.facebook.com/*",
        "https://*.instagram.com/*",
        "https://dribbble.com/*",
        "https://github.com/*",
        "https://stackoverflow.com/*",
        "https://twitter.com/*",
        "https://www.linkedin.com/*",
        "https://www.profesia.cz/*",
        "https://www.zivotopisy.cz/*",
        "https://wykop.pl/*",
        "https://x.com/*"
      ],
      "resources": [
        "assets/Toast-2eba4e5f.js",
        "assets/withChromeStorageUpdate-1a2d4c97.js",
        "assets/runtime-e5e44496.js",
        "assets/content.tsx-77b50e16.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://traffit.local:1025/*",
        "https://*.traffit.com/*"
      ],
      "resources": [
        "assets/withChromeStorageUpdate-1a2d4c97.js",
        "assets/runtime-e5e44496.js",
        "assets/connect.ts-30dee36c.js"
      ],
      "use_dynamic_url": true
    }
  ]
}