Offr
Helping you win the applicant tracking system
Τι είναι το Offr;
Το Offr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Harsh Gosar, και η κύρια λειτουργία του είναι "Helping you win the applicant tracking system".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Offr
Λήψη αρχείων επέκτασης Offr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Offr will help you improve your resume to stand out in the Applicant Tracking System (ATS). We help you maximize your chance of getting an interview with your dream company.
Step 1: Paste Resume
Step 2: Go to Glassdoor, Indeed, Career Builder, Ziprecruiter or Dice and search for internships
Step 3: Add the red highlighted keywords for the skills you posses
Step 4: Apply and Get the interview calls!
(Note: The match score may not always be accurate. Please focus on the keywords more than the match score.)
Important:
1) Currently works on Glassdoor.com, Indeed.com, Careerbuilder.com, Dice.com, Ziprecruiter.com and Hirejsom.com (UT Dallas students only)
2) This product is in alpha stage, so there will be bugs. We request you to send us a feedback email at [email protected] .
Disclaimer:
1) Offr doesn't guarantee anything, including getting a job offer or an interview.
2) Information here can be inaccurate and we don't take any responsibility for its accuracy.
3) You agree to these terms by downloading the extension. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pihgjfhdcjokjdgenlnegenphjbafidj |
| Επίσημο URL | https://chrome.google.com/webstore/detail/offr/pihgjfhdcjokjdgenlnegenphjbafidj |
| Περιγραφή | Helping you win the applicant tracking system |
| Μέγεθος Αρχείου | 180 KB |
| Αριθμός Εγκαταστάσεων | 658 |
| Τρέχουσα Έκδοση | 1.0.20 |
| Τελευταία Ενημέρωση | 2018-09-13 |
| Ημερομηνία Δημοσίευσης | 2018-09-13 |
| Αξιολόγηση | 3.67/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | Harsh Gosar |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://www.getoffr.com |
| URL της Σελίδας Πολιτικής Απορρήτου | http://gosar.us/privacy.html |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Offr",
"description": "Helping you win the applicant tracking system",
"version": "1.0.20",
"background": {
"persistent": false,
"scripts": [
"lib\/fingerprint2.js",
"background\/main.js"
]
},
"icons": {
"16": "icon\/16.png",
"128": "icon\/128.png"
},
"browser_action": {
"default_popup": "popup\/popup.html"
},
"options_page": "options\/options.html",
"permissions": [
"identity",
"identity.email",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.glassdoor.com\/Job\/*",
"http:\/\/www.glassdoor.com\/Job\/*"
],
"css": [
"lib\/font.css",
"content\/glassdoor\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/glassdoor\/list-script.js"
]
},
{
"matches": [
"https:\/\/www.glassdoor.com\/job-listing\/*",
"http:\/\/www.glassdoor.com\/job-listing\/*"
],
"css": [
"lib\/font.css",
"content\/glassdoor\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/glassdoor\/detail-script.js"
]
},
{
"matches": [
"https:\/\/www.myinterfase.com\/hirejsom\/Job\/*",
"http:\/\/www.myinterfase.com\/hirejsom\/Job\/*"
],
"css": [
"lib\/font.css",
"content\/hirejsom\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/hirejsom\/script.js"
]
},
{
"matches": [
"https:\/\/www.indeed.com\/jobs*",
"http:\/\/www.indeed.com\/jobs*"
],
"css": [
"lib\/font.css",
"content\/indeed\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/indeed\/list-script.js"
]
},
{
"matches": [
"https:\/\/www.indeed.com\/viewjob*",
"http:\/\/www.indeed.com\/viewjob*"
],
"css": [
"lib\/font.css",
"content\/indeed\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/indeed\/detail-script.js"
]
},
{
"matches": [
"https:\/\/www.careerbuilder.com\/job\/*",
"http:\/\/www.careerbuilder.com\/job\/*"
],
"css": [
"lib\/font.css",
"content\/career-builder\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/career-builder\/detail-script.js"
]
},
{
"matches": [
"https:\/\/www.dice.com\/jobs\/*",
"http:\/\/www.dice.com\/jobs\/*"
],
"css": [
"lib\/font.css",
"content\/dice\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/dice\/detail-script.js"
]
},
{
"matches": [
"https:\/\/www.ziprecruiter.com\/jobs\/*",
"http:\/\/www.ziprecruiter.com\/jobs\/*"
],
"css": [
"lib\/font.css",
"content\/ziprecruiter\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/ziprecruiter\/detail-script.js"
]
},
{
"matches": [
"https:\/\/utdallas.joinhandshake.com\/jobs\/*",
"http:\/\/utdallas.joinhandshake.com\/jobs\/*"
],
"css": [
"lib\/font.css",
"content\/handshake\/style.css"
],
"js": [
"lib\/jquery.js",
"lib\/tether.js",
"lib\/bootstrap.min.js",
"database\/keywords.js",
"lib\/mark.js",
"content\/common\/functions.js",
"content\/handshake\/detail-script.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |