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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}