AmazingHiring

Source Tech Candidates with AmazingHiring Extension

AmazingHiring क्या है?

AmazingHiring https://amazinghiring.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Source Tech Candidates with AmazingHiring Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AmazingHiring एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}