PersiaHR Extension
Import CVs from job search sites into PersiaHR ATS
PersiaHR Extension क्या है?
PersiaHR Extension https://www.persiahr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import CVs from job search sites into PersiaHR ATS"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PersiaHR Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*", " |