OptimHire Profile Finder
After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
Was ist OptimHire Profile Finder?
OptimHire Profile Finder ist eine Chrome-Erweiterung, die von admin entwickelt wurde, und ihr Hauptmerkmal ist "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".
Erweiterungsscreenshots
OptimHire Profile Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie OptimHire Profile Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and also add a button called "View OptimHire Profile" in linkedin profile page. This button highlights weather that job and profile is exist in our database or not.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hicbeppdmennfjhplohcmoamdjidelph |
Offizielle URL | https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph |
Beschreibung | After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and… |
Dateigröße | 717 KB |
Installationsanzahl | 371 |
Aktuelle Version | 0.25 |
Letztes Update | 2022-11-03 |
Veröffentlichungsdatum | 2022-03-09 |
Entwickler | admin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://optimhire.com/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OptimHire Profile Finder", "version": "0.25", "content_security_policy": { "script-src": "self unsafe-eval", "object": "self" }, "icons": { "220": "O-letter.png" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/angel.co\/role\/l\/*", "https:\/\/*.indeed.com\/*" ], "js": [ "content.js" ] } ], "permissions": [], "host_permissions": [ "http:\/\/dev.optimhire.com:4000\/*" ] } |