Auzmor Hire

Import data to Auzmor Hire

什么是Auzmor Hire?

Auzmor Hire是由Auzmor开发的Chrome扩展程序,该扩展的主要功能是“Import data to Auzmor Hire”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Auzmor Hire扩展crx文件

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

扩展使用说明

                        Auzmor hire for Chrome provides a quick, simple way to source candidates from LinkedIn to your positions on Auzmor Hire.
 
It's simple. Just browse to a user profile on a supported service, click the Auzmor Hire icon in the top right and you'll have the opportunity to import (source) their profile information to Auzmor Hire                    

扩展基本信息

名称 Auzmor Hire Auzmor Hire
ID iajelgmcdcajdfoidhgligdilfnemnho
官方URL https://chromewebstore.google.com/detail/auzmor-hire/iajelgmcdcajdfoidhgligdilfnemnho
简介 Import data to Auzmor Hire
文件大小 1.38 MB
安装次数 46
当前版本 1.6
更新时间 2021-04-27
上架时间 2020-06-10
评分 5.00/5 共1次评分
开发者 Auzmor
电子邮箱 [email protected]
付费类型 free
扩展官网 https://auzmor.com/hire/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Auzmor Hire",
    "name": "Auzmor Hire",
    "description": "Import data to Auzmor Hire",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js",
            "app\/moment.min.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "128.png",
        "48": "128.png",
        "128": "128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/hire-dev.api.auzmor.com\/*",
            "*:\/\/hire-staging.api.auzmor.com\/*",
            "*:\/\/hire.api.auzmor.com\/*",
            "https:\/\/identity-dev.api.auzmor.com\/login",
            "https:\/\/identity-staging.api.auzmor.com\/login",
            "https:\/\/id.auzmor.com\/"
        ]
    },
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "static\/media\/SF-Pro-Display-Bold.405ce2e7.woff",
        "static\/media\/SF-Pro-Display-Regular.otf",
        "static\/media\/SF-Pro-Display-Medium.otf",
        "static\/media\/SF-Pro-Display-Semibold.otf",
        "static\/media\/hire-loader.gif",
        "static\/media\/sign_up.png",
        "static\/media\/no_cand.png",
        "static\/media\/cand_added.png",
        "static\/media\/hire_icon.png"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/hire.api.auzmor.com\/*"
    ]
}