AmazingHiring

Source Tech Candidates with AmazingHiring Extension

AmazingHiringคืออะไร?

AmazingHiring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazinghiring.com และคุณลักษณะหลักของมันคือ "Source Tech Candidates with AmazingHiring Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AmazingHiring

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}