Auzmor Hire

Import data to Auzmor Hire

ما هو Auzmor Hire؟

Auzmor Hire هو إضافة Chrome تم تطويرها بواسطة Auzmor، والميزة الرئيسية لها هي "Import data to Auzmor Hire".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auzmor Hire

قم بتنزيل ملفات الامتداد Auzmor Hire بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Auzmor hire for Chrome provides a quick, simple way to source candidates from LinkedIn to your positions on Auzmor Hire.
 
It's simple. Just browse to a user profile on a supported service, click the Auzmor Hire icon in the top right and you'll have the opportunity to import (source) their profile information to Auzmor Hire                    

معلومات أساسية عن التمديد

الاسم Auzmor Hire Auzmor Hire
ID iajelgmcdcajdfoidhgligdilfnemnho
عنوان URL الرسمي https://chromewebstore.google.com/detail/auzmor-hire/iajelgmcdcajdfoidhgligdilfnemnho
الوصف Import data to Auzmor Hire
حجم الملف 1.38 MB
عدد التثبيتات 46
النسخة الحالية 1.6
آخر تحديث 2021-04-27
تاريخ النشر 2020-06-10
تقييم 5.00/5 مجموع تقييمات 1
المطور Auzmor
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://auzmor.com/hire/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Auzmor Hire",
    "name": "Auzmor Hire",
    "description": "Import data to Auzmor Hire",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js",
            "app\/moment.min.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "128.png",
        "48": "128.png",
        "128": "128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/hire-dev.api.auzmor.com\/*",
            "*:\/\/hire-staging.api.auzmor.com\/*",
            "*:\/\/hire.api.auzmor.com\/*",
            "https:\/\/identity-dev.api.auzmor.com\/login",
            "https:\/\/identity-staging.api.auzmor.com\/login",
            "https:\/\/id.auzmor.com\/"
        ]
    },
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "static\/media\/SF-Pro-Display-Bold.405ce2e7.woff",
        "static\/media\/SF-Pro-Display-Regular.otf",
        "static\/media\/SF-Pro-Display-Medium.otf",
        "static\/media\/SF-Pro-Display-Semibold.otf",
        "static\/media\/hire-loader.gif",
        "static\/media\/sign_up.png",
        "static\/media\/no_cand.png",
        "static\/media\/cand_added.png",
        "static\/media\/hire_icon.png"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/hire.api.auzmor.com\/*"
    ]
}