PersiaHR Extension

Import CVs from job search sites into PersiaHR ATS

PersiaHR Extensionคืออะไร?

PersiaHR Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.persiahr.com และคุณลักษณะหลักของมันคือ "Import CVs from job search sites into PersiaHR ATS"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PersiaHR Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension helps you to import resumes from popular job search sites (LinkedIn.com, Work.ua, Robota.ua, Talent.UA, GRC.ua, superjob.ua, rabota.kharkov.ua and others) in PersiaHR ATS — a simple and convenient system for automation of work of recruiters. 

https://www.PersiaHR.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PersiaHR Extension PersiaHR Extension
ID klfcbkagebjjiafdcbjopncmhlhaopkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn
คำอธิบาย Import CVs from job search sites into PersiaHR ATS
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 582
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2018-02-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.persiahr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.persiahr.com/feature/single-database
URL หน้าช่วยเหลือ https://www.persiahr.com/feature/single-database
URL หน้านโยบายความเป็นส่วนตัว https://www.persiahr.com/agreement
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "name": "__MSG_info_name__",
    "short_name": "PersiaHR",
    "version": "2.2.0",
    "manifest_version": 3,
    "default_locale": "uk",
    "description": "__MSG_info_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.persiahr.com\/feature\/single-database",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": "icons\/button_gray.png",
        "default_title": "PersiaHR.com"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "select2\/select2.js",
                "select2\/i18n\/ru.js",
                "select2\/i18n\/uk.js",
                "contentPersia.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/persiahr.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.persiahr.com\/*",
        "*:\/\/persiahr.com\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "res\/loader.gif",
                "res\/*.png",
                "assets\/*",
                "icons\/*.png",
                "styles.css",
                "_locales\/*",
                "select2\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgD8JBDX1lkMUMLZa+GB7epnak0kMB7uokeDusD4hSPGg8p8N4m+B4dXpzC4fridE3jCC0ajHFfXnB1WvMWwKNEbz0o95x0r60ajJzYkjCTJNoJrh7dRmoSnwz5Roe8jMwD6wfyNCqNC9rnld8AGL3l2pvzvgLc+tfkpjUCIghPQQmWCvTZt8atxQN08erfF2li7bn3Q2bzsmstYiR2FGuHhcJzGnLQCGqdLVQ4\/kAQTAXrkUJC7SIWzvIAEk5cqHNyHDKQFO\/SwCfWTki3\/0L\/fA\/hB0iPtA7zgcZ5vXzxsGKSST\/6cbEcCeBOzWNby6cRq4YYMJquZgPDiaq2ghkwIDAQAB"
}