PersiaHR Extension

Import CVs from job search sites into PersiaHR ATS

Was ist PersiaHR Extension?

PersiaHR Extension ist eine Chrome-Erweiterung, die von https://www.persiahr.com entwickelt wurde, und ihr Hauptmerkmal ist "Import CVs from job search sites into PersiaHR ATS".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PersiaHR Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie PersiaHR Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PersiaHR Extension PersiaHR Extension
ID klfcbkagebjjiafdcbjopncmhlhaopkn
Offizielle URL https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn
Beschreibung Import CVs from job search sites into PersiaHR ATS
Dateigröße 168 KB
Installationsanzahl 582
Aktuelle Version 2.2.0
Letztes Update 2023-11-22
Veröffentlichungsdatum 2018-02-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.persiahr.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.persiahr.com/feature/single-database
Hilfeseite URL https://www.persiahr.com/feature/single-database
URL der Datenschutzrichtlinien-Seite https://www.persiahr.com/agreement
Unterstützte Sprachen 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"
}