PersiaHR Extension

Import CVs from job search sites into PersiaHR ATS

What is PersiaHR Extension?

PersiaHR Extension is a Chrome extension developed by https://www.persiahr.com, and its main feature is "Import CVs from job search sites into PersiaHR ATS".

Extension Screenshots

screenshot
screenshot
screenshot

Download PersiaHR Extension Extension CRX File

Download PersiaHR Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name PersiaHR Extension PersiaHR Extension
ID klfcbkagebjjiafdcbjopncmhlhaopkn
Official URL https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn
Description Import CVs from job search sites into PersiaHR ATS
File Size 168 KB
Installation Count 582
Current Version 2.2.0
Last Updated 2023-11-22
Publish Date 2018-02-05
Rating 5.00/5 Total 3 Ratings
Developer https://www.persiahr.com
Email [email protected]
Payment Type free
Extension Website https://www.persiahr.com/feature/single-database
Help Page URL https://www.persiahr.com/feature/single-database
Privacy Policy Page URL https://www.persiahr.com/agreement
Supported Languages 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"
}