Auzmor Hire

Import data to Auzmor Hire

What is Auzmor Hire?

Auzmor Hire is a Chrome extension developed by Auzmor, and its main feature is "Import data to Auzmor Hire".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Auzmor Hire Extension CRX File

Download Auzmor Hire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Auzmor Hire Auzmor Hire
ID iajelgmcdcajdfoidhgligdilfnemnho
Official URL https://chromewebstore.google.com/detail/auzmor-hire/iajelgmcdcajdfoidhgligdilfnemnho
Description Import data to Auzmor Hire
File Size 1.38 MB
Installation Count 46
Current Version 1.6
Last Updated 2021-04-27
Publish Date 2020-06-10
Rating 5.00/5 Total 1 Ratings
Developer Auzmor
Email [email protected]
Payment Type free
Extension Website https://auzmor.com/hire/
Supported Languages 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\/*"
    ]
}