JOBSQIK.com — Job Search & Applicant Manager

Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com

Was ist JOBSQIK.com — Job Search & Applicant Manager?

JOBSQIK.com — Job Search & Applicant Manager ist eine Chrome-Erweiterung, die von https://jobsqik.com entwickelt wurde, und ihr Hauptmerkmal ist "Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

JOBSQIK.com — Job Search & Applicant Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie JOBSQIK.com — Job Search & Applicant Manager-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

                        Find your dream job within 60 days or less, if you’re serious about finding your next job, use Volt to accelerate your job search today. 

JOBSQIK will track, bookmark and even save screenshots of jobs you've applied too on multiple sites including Indeed, ZipRecruiter and many more. We will then follow up with employers on your behalf about jobs you've applied for, trying to help you secure an interview in the process.

Sign up today! at:
https://volt.jobsqik.com

For pricing details: 
https://volt.jobsqik.com/pricing                    

Grundlegende Informationen zur Erweiterung

Name JOBSQIK.com — Job Search & Applicant Manager JOBSQIK.com — Job Search & Applicant Manager
ID gojglaghalfkaibkobfenebblmeimkgj
Offizielle URL https://chromewebstore.google.com/detail/jobsqikcom-%E2%80%94-job-search-a/gojglaghalfkaibkobfenebblmeimkgj
Beschreibung Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com
Dateigröße 255 KB
Installationsanzahl 67
Aktuelle Version 1.0.4
Letztes Update 2020-08-04
Veröffentlichungsdatum 2020-07-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://jobsqik.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://volt.jobsqik.com
Hilfeseite URL https://volt.jobsqik.com/faq
URL der Datenschutzrichtlinien-Seite https://searchwarden.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "name": "JOBSQIK.com \u2014 Job Search & Applicant Manager",
    "version": "1.0.4",
    "author": "JOBSQIK Team",
    "description": "Find your next job quicker, faster. with rapid speed. all canada jobs. Search millions of jobs on JOBSQIK.com",
    "permissions": [
        "tabs",
        "",
        "history",
        "alarms",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "cookies",
        "http:\/\/*.jobsqik.com\/*",
        "https:\/\/*.jobsqik.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.jobsqik.com\/*",
                "https:\/\/*.jobsqik.com\/*",
                "http:\/\/*.jobsqik.test\/*",
                "https:\/\/*.jobsqik.test\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "JOBSQIK.com \u2014 Job Search & Applicant Manager"
    },
    "background": {
        "scripts": [
            "js\/provider\/axios.js",
            "js\/provider\/underscore.js",
            "js\/lib\/utils.js",
            "js\/lib\/app.js",
            "js\/lib\/history.js",
            "js\/lib\/page.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}