PSChrome

Usability features without PeopleSoft customizations. Useful for technical and functional users.

PSChrome क्या है?

PSChrome https://melban.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Usability features without PeopleSoft customizations. Useful for technical and functional users."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PeopleSoft Helper Extension: Minimizing clicks and automating processes.                    

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

नाम PSChrome PSChrome
ID cpgoncheakfjhldfbebekijoeaabnfeb
आधिकारिक URL https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb
विवरण Usability features without PeopleSoft customizations. Useful for technical and functional users.
फ़ाइल का आकार 438 KB
स्थापना संख्या 4,544
वर्तमान संस्करण 2.4.13.1
अंतिम अपडेट 2014-10-30
प्रकाशन तिथि 2014-10-30
रेटिंग 4.80/5 कुल 50 रेटिंग्स
डेवलपर https://melban.me
भुगतान के प्रकार free
सहायता पृष्ठ URL http://melban.me/about
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "PSChrome",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "Usability features without PeopleSoft customizations. Useful for technical and functional users.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.pschrome.com\/chrome\/PSChrome2\/features.html",
    "version": "2.4.13.1",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "PSChrome 2.4.11"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}