PersiaHR Extension

Import CVs from job search sites into PersiaHR ATS

什麼是PersiaHR Extension?

PersiaHR Extension是由https://www.persiahr.com開發的Chrome擴展程式,該擴展的主要功能是“Import CVs from job search sites into PersiaHR ATS”。

擴展截圖

screenshot
screenshot
screenshot

下載PersiaHR Extension擴展crx文件

下載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
官方網址 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"
}