Files
santifer--career-ops/plugins-registry/linkedin-alerts.json
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

24 lines
759 B
JSON

{
"id": "linkedin-alerts",
"name": "career-ops-plugin-linkedin-alerts",
"version": "0.1.0",
"license": "MIT",
"description": "LinkedIn job alert ingest — parse LinkedIn alert emails from your Gmail inbox, normalize tracking links to canonical job URLs, and surface them in the career-ops pipeline.",
"repo": "https://github.com/Schlaflied/career-ops-plugin-linkedin-alerts",
"sha": "de54949b7dc642a6f6106a0ce18f0031e46f61ee",
"hooks": [
"ingest"
],
"requiredEnv": [
"GMAIL_CLIENT_ID",
"GMAIL_CLIENT_SECRET",
"GMAIL_REFRESH_TOKEN"
],
"allowedHosts": [
"oauth2.googleapis.com",
"gmail.googleapis.com"
],
"registrationIssue": "https://github.com/santifer/career-ops/issues/1394",
"addedAt": "2026-07-01"
}