PSAN Chrome Extension v11

Download profiles from selected Job Boards and Social sites into database with a few clicks.

PSAN Chrome Extension v11 क्या है?

PSAN Chrome Extension v11 Platina Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download profiles from selected Job Boards and Social sites into database with a few clicks."।

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

screenshot

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

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

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

                        Download Candidate profiles from selected sites into your Talenture and RBox application database with a few clicks.                    

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

नाम PSAN Chrome Extension v11 PSAN Chrome Extension v11
ID jhmlkegnfiocbdjdhlhjeglhoipnmbcp
आधिकारिक URL https://chromewebstore.google.com/detail/psan-chrome-extension-v11/jhmlkegnfiocbdjdhlhjeglhoipnmbcp
विवरण Download profiles from selected Job Boards and Social sites into database with a few clicks.
फ़ाइल का आकार 468 KB
स्थापना संख्या 69
वर्तमान संस्करण 11.2.11
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2021-09-01
डेवलपर Platina Software
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PSAN Chrome Extension v11",
    "manifest_version": 3,
    "version": "11.2.11",
    "incognito": "split",
    "description": "Download profiles from selected Job Boards and Social sites into database with a few clicks.",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.foundit.in\/*",
                "https:\/\/*.naukri.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.platinasoft.com\/*",
                "https:\/\/*.platinasoft.com\/tlpconv11-wx\/Naukri\/*",
                "https:\/\/*.platinasoft.com\/tlpconv11-wx\/LinkedIn\/*",
                "https:\/\/*.platinasoft.com\/tlpconv11-wx\/FoundIt\/*",
                "https:\/\/*.platinasoft.com\/ChromeExtnFileMgmt\/PortalFiles\/FoundIt\/*",
                "https:\/\/*.platinasoft.com\/ChromeExtnFileMgmt\/PortalFiles\/Naukri\/*",
                "https:\/\/*.platinasoft.com\/ChromeExtnFileMgmt\/PortalFiles\/LinkedIn\/*",
                "https:\/\/172.16.4.63\/tlpconv11-wx\/Naukri\/*",
                "https:\/\/172.16.4.63\/tlpconv11-wx\/LinkedIn\/*",
                "https:\/\/172.16.4.63\/tlpconv11-wx\/FoundIt\/*",
                "https:\/\/172.16.4.63\/ChromeExtnFileMgmt\/PortalFiles\/FoundIt\/*",
                "https:\/\/172.16.4.63\/ChromeExtnFileMgmt\/PortalFiles\/Naukri\/*",
                "https:\/\/172.16.4.63\/ChromeExtnFileMgmt\/PortalFiles\/LinkedIn\/*",
                "https:\/\/172.16.4.63\/NaukriJobResponseDetailProfiles\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.6.0.min.js",
                "\/scripts\/util.js",
                "\/scripts\/domhelperfns.js",
                "\/scripts\/candprofilevalparser.js",
                "\/scripts\/candprofileextractor.js",
                "\/scripts\/sppc_injectable_chrome.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.foundit.in\/*",
        "https:\/\/*.naukri.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.platinasoft.com\/*",
        "https:\/\/*.platinasoft.com\/tlpconv11-wx\/Naukri\/*",
        "https:\/\/*.platinasoft.com\/tlpconv11-wx\/LinkedIn\/*",
        "https:\/\/*.platinasoft.com\/tlpconv11-wx\/FoundIt\/*",
        "https:\/\/*.platinasoft.com\/ChromeExtnFileMgmt\/PortalFiles\/FoundIt\/*",
        "https:\/\/*.platinasoft.com\/ChromeExtnFileMgmt\/PortalFiles\/Naukri\/*",
        "https:\/\/*.platinasoft.com\/ChromeExtnFileMgmt\/PortalFiles\/LinkedIn\/*",
        "https:\/\/172.16.4.63\/tlpconv11-wx\/Naukri\/*",
        "https:\/\/172.16.4.63\/tlpconv11-wx\/LinkedIn\/*",
        "https:\/\/172.16.4.63\/tlpconv11-wx\/FoundIt\/*",
        "https:\/\/172.16.4.63\/ChromeExtnFileMgmt\/PortalFiles\/FoundIt\/*",
        "https:\/\/172.16.4.63\/ChromeExtnFileMgmt\/PortalFiles\/Naukri\/*",
        "https:\/\/172.16.4.63\/ChromeExtnFileMgmt\/PortalFiles\/LinkedIn\/*",
        "https:\/\/172.16.4.63\/NaukriJobResponseDetailProfiles\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.platinasoft.com\/*"
        ]
    },
    "action": {
        "default_title": "PSAN Chrome Extension v11",
        "default_icon": {
            "19": "\/images\/sp.png"
        },
        "default_popup": "popup_main_chrome.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}