OMS IJP

IJP Automation helps the user for auto login into job portals based on account selection. And resume views counting

OMS IJP क्या है?

OMS IJP pyramidconsultinginc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "IJP Automation helps the user for auto login into job portals based on account selection. And resume views counting"।

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

screenshot

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

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

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

                        It helps the user for auto login into our job portals based on account selection. It fetches user credentials from internal database and open the selected account to redirect users on job portals.                    

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

नाम OMS IJP OMS IJP
ID cmcmfolcnbomgnneklpnlhmmeinihpgd
आधिकारिक URL https://chromewebstore.google.com/detail/oms-ijp/cmcmfolcnbomgnneklpnlhmmeinihpgd
विवरण IJP Automation helps the user for auto login into job portals based on account selection. And resume views counting
फ़ाइल का आकार 515 KB
स्थापना संख्या 20
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2022-12-22
प्रकाशन तिथि 2020-03-31
डेवलपर pyramidconsultinginc
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.pyramidci.com/Pyramid%20Privacy%20Policy%202020.pdf
समर्थित भाषाएँ en
manifest.json
{
    "author": "Pyramid IT Consulting Pvt. Ltd.",
    "manifest_version": 3,
    "name": "OMS IJP",
    "short_name": "IJP Automation",
    "version": "2.0.2",
    "description": "IJP Automation helps the user for auto login into job portals based on account selection. And resume views counting",
    "homepage_url": "https:\/\/www.pyramidci.com\/",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "IJP Automation",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "app\/img\/Icon-1.png",
            "32": "app\/img\/Icon-2.png",
            "48": "app\/img\/Icon-64.png",
            "128": "app\/img\/Icon-128.png"
        }
    },
    "icons": {
        "16": "app\/img\/Icon-1.png",
        "32": "app\/img\/Icon-2.png",
        "48": "app\/img\/Icon-64.png",
        "128": "app\/img\/Icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "content.js",
                "utilities.js"
            ],
            "matches": [
                "https:\/\/hiring.monster.com\/*",
                "https:\/\/hiring.monster.co.uk\/*",
                "https:\/\/hiring.monster.ca\/*",
                "https:\/\/resumes.indeed.com\/*",
                "https:\/\/secure.indeed.com\/*",
                "https:\/\/www.indeed.co.uk\/*",
                "https:\/\/accounts.careerbuilder.com\/*",
                "https:\/\/myaccount.careerbuilder.com\/*",
                "https:\/\/recruitment.careerbuilder.com\/*",
                "https:\/\/auth.careerbuilder.com\/*",
                "https:\/\/www.dice.com\/*",
                "https:\/\/authn.dice.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.techfetch.com\/*",
                "https:\/\/employer.sologig.com\/*",
                "https:\/\/app.crintelltech.com\/*",
                "https:\/\/www.ziprecruiter.com\/*",
                "https:\/\/app.seekout.io\/*",
                "https:\/\/ijp.pyramidci.com\/*",
                "https:\/\/www.occ.com.mx\/empresas\/*",
                "https:\/\/oauth2.occ.com.mx\/*",
                "http:\/\/localhost:53293\/*",
                "http:\/\/localhost:4200\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/ijp.pyramidci.com\/*",
        "https:\/\/api.ipify.org\/*",
        "https:\/\/hiring.monster.com\/*",
        "https:\/\/hiring.monster.co.uk\/*",
        "https:\/\/hiring.monster.ca\/*",
        "https:\/\/resumes.indeed.com\/*",
        "https:\/\/secure.indeed.com\/*",
        "https:\/\/www.indeed.co.uk\/*",
        "https:\/\/accounts.careerbuilder.com\/*",
        "https:\/\/myaccount.careerbuilder.com\/*",
        "https:\/\/recruitment.careerbuilder.com\/*",
        "https:\/\/auth.careerbuilder.com\/*",
        "https:\/\/www.dice.com\/*",
        "https:\/\/authn.dice.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.techfetch.com\/*",
        "https:\/\/employer.sologig.com\/*",
        "https:\/\/app.crintelltech.com\/*",
        "https:\/\/www.ziprecruiter.com\/*",
        "https:\/\/app.seekout.io\/*",
        "https:\/\/www.occ.com.mx\/empresas\/*",
        "https:\/\/oauth2.occ.com.mx\/*",
        "http:\/\/localhost:53293\/*",
        "http:\/\/localhost:4200\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "portallogin.html"
            ],
            "matches": [
                "https:\/\/ijp.pyramidci.com\/*",
                "http:\/\/localhost:53293\/*"
            ]
        }
    ]
}