Shazaam New UI

Use Mindscope to parse candidates on any webpage with a single click.

ما هو Shazaam New UI؟

Shazaam New UI هو إضافة Chrome تم تطويرها بواسطة mindSCOPE، والميزة الرئيسية لها هي "Use Mindscope to parse candidates on any webpage with a single click.".

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

screenshot

تحميل ملف CRX للإضافة Shazaam New UI

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

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

                        The Shazaam New UI extension by Mindscope provides recruiters the ability to parse a candidate’s resume from any web page. Recruiters can now select a piece of text they want to parse in from a web page they are currently browsing, and with the click of a button receive a new Candidate in their Mindscope database. Once the Candidate is successfully parsed into Mindscope the recruiter will get redirected to the new profile for an overview of the candidate’s information.                    

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

الاسم Shazaam New UI Shazaam New UI
ID pjhhlhlmahfalahahpnahjaaigfaapjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk
الوصف Use Mindscope to parse candidates on any webpage with a single click.
حجم الملف 269 KB
عدد التثبيتات 329
النسخة الحالية 1.9
آخر تحديث 2022-10-07
تاريخ النشر 2020-06-12
تقييم 5.00/5 مجموع تقييمات 2
المطور mindSCOPE
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.mindscope.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "background": {
        "scripts": [
            "javascript\/event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Shazaam New UI",
        "default_icon": "images\/shazaam-icon128.png",
        "default_popup": "main.html"
    },
    "description": "Use Mindscope to parse candidates on any webpage with a single click.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "images\/shazaam-icon128.png",
        "16": "images\/shazaam-icon16.png",
        "48": "images\/shazaam-icon48.png"
    },
    "manifest_version": 2,
    "name": "Shazaam New UI",
    "short_name": "by mindSCOPE",
    "permissions": [
        "https:\/\/*.mindscope.com\/",
        "http:\/\/*.mindscope.com\/",
        "tabs",
        "storage",
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}