ApplicantPro
It's easy to add new hires into your payroll/hris system directly from this extension.
Qu'est-ce que ApplicantPro ?
ApplicantPro est une extension Chrome développée par JobMatch, et sa fonction principale est "It's easy to add new hires into your payroll/hris system directly from this extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ApplicantPro
Téléchargez les fichiers d'extension ApplicantPro 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
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
Informations de Base sur l'Extension
Nom | ApplicantPro |
ID | chlobdglpfanjimhnhadcekpdgjhcjdf |
URL Officiel | https://chromewebstore.google.com/detail/applicantpro/chlobdglpfanjimhnhadcekpdgjhcjdf |
Description | It's easy to add new hires into your payroll/hris system directly from this extension. |
Taille du Fichier | 1.75 MB |
Nombre d'Installations | 448 |
Version Actuelle | 1.2.13 |
Dernière Mise à Jour | 2021-12-03 |
Date de Publication | 2020-03-27 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | JobMatch |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.applicantpro.com/extensions-privacy |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |