ApplicantPro

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

什么是ApplicantPro?

ApplicantPro是由JobMatch开发的Chrome扩展程序,该扩展的主要功能是“It's easy to add new hires into your payroll/hris system directly from this extension.”。

扩展截图

screenshot
screenshot

下载ApplicantPro扩展crx文件

下载ApplicantPro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 ApplicantPro ApplicantPro
ID chlobdglpfanjimhnhadcekpdgjhcjdf
官方URL https://chromewebstore.google.com/detail/applicantpro/chlobdglpfanjimhnhadcekpdgjhcjdf
简介 It's easy to add new hires into your payroll/hris system directly from this extension.
文件大小 1.75 MB
安装次数 448
当前版本 1.2.13
更新时间 2021-12-03
上架时间 2020-03-27
评分 4.00/5 共1次评分
开发者 JobMatch
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.applicantpro.com/extensions-privacy
支持的语言 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": [
        "*:\/\/*\/*"
    ]
}