MyRA Resume Parser

MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.

MyRA Resume Parser क्या है?

MyRA Resume Parser Quantum X, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyRA Resume Parser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A tool to parse the your work abroad applicant(s) to MyRA                    

एक्सटेंशन की मूल जानकारी

नाम MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
आधिकारिक URL https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
विवरण MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
फ़ाइल का आकार 294 KB
स्थापना संख्या 146
वर्तमान संस्करण 0.0.0.8
अंतिम अपडेट 2021-03-24
प्रकाशन तिथि 2019-07-12
डेवलपर Quantum X, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.myra.work
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyRA Resume Parser",
    "description": "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.",
    "version": "0.0.0.8",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "myra.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.myra.work\/*",
        "*:\/\/*.dev.myra.work\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.localhost\/*",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}