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…
Τι είναι το OptimHire Profile Finder;
Το OptimHire Profile Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον admin, και η κύρια λειτουργία του είναι "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OptimHire Profile Finder
Λήψη αρχείων επέκτασης OptimHire Profile Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hicbeppdmennfjhplohcmoamdjidelph |
Επίσημο URL | https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph |
Περιγραφή | After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and… |
Μέγεθος Αρχείου | 717 KB |
Αριθμός Εγκαταστάσεων | 371 |
Τρέχουσα Έκδοση | 0.25 |
Τελευταία Ενημέρωση | 2022-11-03 |
Ημερομηνία Δημοσίευσης | 2022-03-09 |
Προγραμματιστής | admin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://optimhire.com/ |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |