Examine source code of PitchMeAI - Job Recruiter Email Finder & Free Resume Customizer

Inspect and view changes in PitchMeAI - Job Recruiter Email Finder & Free Resume Customizer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PitchMeAI - Job Recruiter Email Finder & Free Resume Customizer",
  "description": "The 1-click extension to apply to jobs easily with a job recruiter email finder, a free AI-powered resume customizer, and more.",
  "version": "1.8.4",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "host_permissions": [
    "https://*.indeed.com/*",
    "https://*.linkedin.com/*",
    "https://*.pitchmeai.com/*",
    "https://pitchmeai.testenv.ro/*",
    "https://api-js.mixpanel.com/*",
    "http://localhost:8080/*",
    "https://*.clarity.ms/*",
    "https://*.microsoft.com/*",
    "https://clarity.microsoft.com/*"
  ],
  "permissions": [
    "tabs",
    "cookies",
    "background",
    "activeTab",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "drawer-iframe.html",
        "assets/*"
      ],
      "matches": [
        "https://*.indeed.com/*",
        "https://*.linkedin.com/*",
        "https://*.pitchmeai.com/*",
        "https://pitchmeai.testenv.ro/*",
        "https://api-js.mixpanel.com/*",
        "http://localhost:8080/*",
        "https://*.clarity.ms/*",
        "https://*.microsoft.com/*",
        "https://clarity.microsoft.com/*"
      ]
    },
    {
      "resources": [
        "content-scripts/modal.css"
      ],
      "matches": [
        "https://*.indeed.com/*",
        "https://*.linkedin.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "PitchMeAi Popup",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.indeed.com/*",
        "https://*.linkedin.com/*"
      ],
      "css": [
        "content-scripts/ctaButtons.css",
        "content-scripts/ctaEmailCard.css"
      ],
      "js": [
        "content-scripts/ctaButtons.js",
        "content-scripts/ctaEmailCard.js",
        "content-scripts/modal.js"
      ]
    },
    {
      "matches": [
        "http://localhost/*",
        "https://*.indeed.com/*",
        "https://*.linkedin.com/*",
        "https://*.pitchmeai.com/*",
        "https://pitchmeai.testenv.ro/*"
      ],
      "css": [
        "content-scripts/wizardButton.css"
      ],
      "js": [
        "content-scripts/drawer.js",
        "content-scripts/wizardButton.js"
      ]
    },
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "css": [
        "content-scripts/pitchYourselfButton.css"
      ],
      "js": [
        "content-scripts/pitchYourselfButton.js"
      ]
    },
    {
      "matches": [
        "https://*.indeed.com/*",
        "https://*.linkedin.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/scraping.js"
      ]
    }
  ]
}