recruitivity

recruitivity

One-click LinkedIn profile export to Notion

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.0.4",
  "author": "[email protected]",
  "name": "recruitivity",
  "description": "One-click LinkedIn profile export to Notion",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.notion.so/install-integration?response_type=code&client_id=06ba891a-ecd0-4622-8489-6dae87349cde*"
      ],
      "js": [
        "notion-oauth-nudge-wrapper-styling.3506aa8d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.notion.so/install-integration?response_type=code&client_id=06ba891a-ecd0-4622-8489-6dae87349cde*"
      ],
      "js": [
        "notion-oauth-add-nudge.862685bf.js"
      ],
      "all_frames": false,
      "css": []
    },
    {
      "matches": [
        "https://www.linkedin.com/in/*"
      ],
      "js": [
        "linkedin-notion-side-panel.ba41dcf9.js"
      ],
      "all_frames": false,
      "css": []
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmLN3pHZf3TfGFBEsftRG/SUA7p4tQv/I1WXwSQF7zMWvcFY5Iq10xvjaoz+0bf5v1I87FIBAb+Sle3lL6nLCpEYlXqiyRSuFZZ8JiPMmu7zNkhJywwpSQWARFqipneeAF2XxL+G4lETn/qUSmuBqlQAzAyHmgpheBskKnISkqe2MG3xGy627SAlQdVjZNgORrvhyrJVMqk5a3VQl0PV7e3CCprELg1ziT9hbgNgzTzT9qivFY+xdw5hISW0ZuHAubaCcOAf1j/EPCZfF1E07wl4ta+9iotp7mLYeaQf8eASe8NXrIN6+yjLEjRQMBQHpN1dgCVGk0uQOvPiLByqbWQIDAQAB",
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://api.notion.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "tabs/onboarding.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "gahcfmlnmednhnbkifdoffblfffpeljf"
      ]
    },
    {
      "matches": [
        "https://www.notion.so/*"
      ],
      "resources": [
        "notion-oauth-add-nudge.95bad065.css"
      ]
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "resources": [
        "notion-oauth-add-nudge.95bad065.css"
      ]
    }
  ]
}