PSChrome

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

Что такое PSChrome?

PSChrome - это расширение Chrome, разработанное https://melban.me, и его основная функция - "Usability features without PeopleSoft customizations. Useful for technical and functional users.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения PSChrome

Скачайте файлы расширений PSChrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}