AmazingHiring

Source Tech Candidates with AmazingHiring Extension

什麼是AmazingHiring?

AmazingHiring是由https://amazinghiring.com開發的Chrome擴展程式,該擴展的主要功能是“Source Tech Candidates with AmazingHiring Extension”。

擴展截圖

screenshot
screenshot

下載AmazingHiring擴展crx文件

下載AmazingHiring擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
        ]
    }
}