PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
Co to jest PSChrome?
PSChrome to rozszerzenie Chrome opracowane przez https://melban.me, a jego główną funkcją jest „Usability features without PeopleSoft customizations. Useful for technical and functional users.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PSChrome
Pobierz pliki rozszerzeń PSChrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        PeopleSoft Helper Extension: Minimizing clicks and automating processes.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | cpgoncheakfjhldfbebekijoeaabnfeb | 
| Oficjalny URL | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb | 
| Opis | Usability features without PeopleSoft customizations. Useful for technical and functional users. | 
| Rozmiar pliku | 438 KB | 
| Liczba instalacji | 4,544 | 
| Aktualna Wersja | 2.4.13.1 | 
| Ostatnia Aktualizacja | 2014-10-30 | 
| Data Publikacji | 2014-10-30 | 
| Ocena | 4.80/5 Łącznie 50 Oceny | 
| Deweloper | https://melban.me | 
| Typ Płatności | free | 
| Adres URL Strony Pomocy | http://melban.me/about | 
| Obsługiwane Języki | 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"
    ]
}  |  |