AmazingHiring

Source Tech Candidates with AmazingHiring Extension

AmazingHiring란 무엇입니까?

AmazingHiring은(는) https://amazinghiring.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Source Tech Candidates with AmazingHiring Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AmazingHiring 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AmazingHiring chrome extension helps you to see candidates’ social footprint and professional background.

AmazingHiring is your best free sourcing buddy. It helps you to find anyone’s profiles on different resources with no effort. 

AmazingHiring mainly focuses on finding profiles of technical specialists. Used together with AmazingHiring search engine plugin also shows candidate’s current job, geographical location, available contacts and comments to the profile in AmazingHiring. 


Any questions? 
Contact us: [email protected]
Developed by AmazingHiring team.                    

확장 프로그램 기본 정보

이름 AmazingHiring AmazingHiring
ID didkfdopbffjkpolefhpcjkohcpalicd
공식 URL https://chromewebstore.google.com/detail/amazinghiring/didkfdopbffjkpolefhpcjkohcpalicd
설명 Source Tech Candidates with AmazingHiring Extension
파일 크기 1.26 MB
설치 횟수 10,000
현재 버전 13.0.7
최근 업데이트 2024-03-05
출시 날짜 2020-06-10
평점 4.29/5 총 55 개의 평점
개발자 https://amazinghiring.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://amazinghiring.com/amazinghiring-chrome-extension/
도움말 페이지 URL https://amazinghiring.com/privacy/
개인정보 보호 정책 페이지 URL https://amazinghiring.com/privacy
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "13.0.7",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/logo-16.png",
            "48": "img\/logo-48.png",
            "128": "img\/logo-128.png"
        },
        "default_title": "AmazingHiring"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.amazinghiring.com\/*",
        "*:\/\/*.amazinghiring.ru\/*",
        "*:\/\/*.matchy.ru\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/amazinghiring.com\/*",
                "*:\/\/amazinghiring.ru\/*",
                "*:\/\/matchy.ru\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "homepage_url": "http:\/\/amazinghiring.com\/",
    "short_name": "AH",
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "img\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amazinghiring.com\/*",
            "*:\/\/*.amazinghiring.ru\/*",
            "*:\/\/*.matchy.ru\/*"
        ]
    }
}