JobMine Buddy

Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!

Qu'est-ce que JobMine Buddy ?

JobMine Buddy est une extension Chrome développée par Sahil Saini, et sa fonction principale est "Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension JobMine Buddy

Téléchargez les fichiers d'extension JobMine Buddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        JobMine Buddy makes your job search easier by highlighting newly posted jobs for you so you don't have to waste time looking through countless job postings you've already seen, just to find the new ones! 

JobMine Buddy also allows you to create notes about each individual job posting, which you can view right in JobMine by simply hovering over a little pencil icon beside each posting! 
 
Happy job searching! :)                    

Informations de Base sur l'Extension

Nom JobMine Buddy JobMine Buddy
ID jimpkgjepjjmbmkeocklkcmjnelcnlci
URL Officiel https://chrome.google.com/webstore/detail/jobmine-buddy/jimpkgjepjjmbmkeocklkcmjnelcnlci
Description Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!
Taille du Fichier 289 KB
Nombre d'Installations 94
Version Actuelle 1.0
Dernière Mise à Jour 2015-05-14
Date de Publication 2015-05-14
Évaluation 3.75/5 Total 4 Évaluations
Développeur Sahil Saini
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JobMine Buddy",
    "description": "Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jobmine.ccol.uwaterloo.ca\/psp\/SS\/EMPLOYEE\/WORK\/c\/UW_CO_STUDENTS.UW_CO_JOBSRCH.GBL?pslnkid=UW_CO_JOBSRCH_LINK&FolderPath=PORTAL_ROOT_OBJECT.UW_CO_JOBSRCH_LINK&IsFolder=false&IgnoreParamTempl=FolderPath%2cIsFolder"
            ],
            "css": [
                "jquery-ui-1.11.4.custom\/jquery-ui.min.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "jquery-ui-1.11.4.custom\/jquery-ui.min.js",
                "extension.js"
            ]
        }
    ],
    "page_action": [],
    "permissions": [
        "tabs",
        "https:\/\/jobmine.ccol.uwaterloo.ca\/*"
    ],
    "web_accessible_resources": [
        "edit-icon.png",
        "jquery-ui-1.11.4.custom\/*"
    ]
}