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…
Cos'è OptimHire Profile Finder?
OptimHire Profile Finder è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OptimHire Profile Finder
Scarica i file di estensione OptimHire Profile Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hicbeppdmennfjhplohcmoamdjidelph |
URL Ufficiale | https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph |
Descrizione | After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and… |
Dimensione del File | 717 KB |
Conteggio Installazioni | 371 |
Versione Corrente | 0.25 |
Ultimo Aggiornamento | 2022-11-03 |
Data di Pubblicazione | 2022-03-09 |
Sviluppatore | admin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://optimhire.com/ |
Lingue Supportate | 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\/*" ] } |