ApplicantPro

It's easy to add new hires into your payroll/hris system directly from this extension.

Was ist ApplicantPro?

ApplicantPro ist eine Chrome-Erweiterung, die von JobMatch entwickelt wurde, und ihr Hauptmerkmal ist "It's easy to add new hires into your payroll/hris system directly from this extension.".

Erweiterungsscreenshots

screenshot
screenshot

ApplicantPro-Erweiterungs-CRX-Datei herunterladen

Laden Sie ApplicantPro-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

                        This app makes it easy to add new hires into your payroll or HRIS system by injecting the job seekers information directly from ApplicantPro without you needing to manually type it in                    

Grundlegende Informationen zur Erweiterung

Name ApplicantPro ApplicantPro
ID chlobdglpfanjimhnhadcekpdgjhcjdf
Offizielle URL https://chromewebstore.google.com/detail/applicantpro/chlobdglpfanjimhnhadcekpdgjhcjdf
Beschreibung It's easy to add new hires into your payroll/hris system directly from this extension.
Dateigröße 1.75 MB
Installationsanzahl 448
Aktuelle Version 1.2.13
Letztes Update 2021-12-03
Veröffentlichungsdatum 2020-03-27
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler JobMatch
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.applicantpro.com/extensions-privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "ApplicantPro",
    "version": "1.2.13",
    "description": "It's easy to add new hires into your payroll\/hris system directly from this extension.",
    "homepage_url": "https:\/\/www.applicantpro.com",
    "author": "ApplicantPro",
    "icons": {
        "16": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/16.png",
        "48": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/48.png",
        "128": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/chlobdglpfanjimhnhadcekpdgjhcjdf\/128.png",
        "default_title": "ApplicantPro",
        "default_popup": "browser_action\/index.html"
    },
    "background": {
        "scripts": [
            "jquery\/jquery-min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "https:\/\/support-tree-207017.appspot.com\/*",
        "https:\/\/admin.applicantpro.com\/*"
    ],
    "web_accessible_resources": [
        "web_access\/*",
        "browser_action\/person.html",
        "images\/header\/*",
        "css\/popin.css",
        "js\/*"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ]
}