AmazingHiring

Source Tech Candidates with AmazingHiring Extension

AmazingHiring là gì?

AmazingHiring là một tiện ích mở rộng Chrome được phát triển bởi https://amazinghiring.com, và tính năng chính của nó là "Source Tech Candidates with AmazingHiring Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AmazingHiring

Tải xuống các tệp mở rộng AmazingHiring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AmazingHiring AmazingHiring
ID didkfdopbffjkpolefhpcjkohcpalicd
URL Chính Thức https://chromewebstore.google.com/detail/amazinghiring/didkfdopbffjkpolefhpcjkohcpalicd
Mô tả Source Tech Candidates with AmazingHiring Extension
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 13.0.7
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2020-06-10
Đánh Giá 4.29/5 Tổng số 55 Đánh Giá
Nhà Phát Triển https://amazinghiring.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amazinghiring.com/amazinghiring-chrome-extension/
URL Trang Trợ Giúp https://amazinghiring.com/privacy/
URL Trang Chính Sách Bảo Mật https://amazinghiring.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}