Resume Extract

Fetches resume details

ما هو Resume Extract؟

Resume Extract هو إضافة Chrome تم تطويرها بواسطة http://www.rightrecruiters.com، والميزة الرئيسية لها هي "Fetches resume details".

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

screenshot

تحميل ملف CRX للإضافة Resume Extract

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

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

                        This Extension is a part of Right Recruiters , Recruitment Management Software.                    

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

الاسم Resume Extract Resume Extract
ID acioflaocdbaafpikfekcajnfhlgpgae
عنوان URL الرسمي https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae
الوصف Fetches resume details
حجم الملف 35.81 KB
عدد التثبيتات 213
النسخة الحالية 1.0
آخر تحديث 2016-05-18
تاريخ النشر 2016-05-18
المطور http://www.rightrecruiters.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resume Extract",
    "manifest_version": 2,
    "description": "Fetches resume details",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "downloads",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Extract Resume from current tab",
        "default_popup": "resumeform.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ]
}