JCP+

JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.

JCP+ là gì?

JCP+ là một tiện ích mở rộng Chrome được phát triển bởi Maruthi Gowda, và tính năng chính của nó là "JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JCP+

Tải xuống các tệp mở rộng JCP+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        JCP+ is built and offered by Digital Ops team, Bangalore to support web browser related automation activities for www.jcpenney.com.

Any JCPenney associate can install and use this extension to improve productivity.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JCP+ JCP+
ID ojbieemjnihgfiebpaijkicpdchdaphl
URL Chính Thức https://chromewebstore.google.com/detail/jcp+/ojbieemjnihgfiebpaijkicpdchdaphl
Mô tả JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 3.2.1
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2020-03-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Maruthi Gowda
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jcpenney.com
URL Trang Chính Sách Bảo Mật https://plus.tools.dp-dev.jcpcloud2.net/web-app?page=privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JCP+",
    "short_name": "JCP+ Application",
    "version": "3.2.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/plus.tools.dp-dev.jcpcloud2.net; object-src 'self' https:\/\/plus.tools.dp-dev.jcpcloud2.net; style-src 'self' data: chrome-extension-resource: 'unsafe-inline' https:\/\/plus.tools.dp-dev.jcpcloud2.net",
    "default_locale": "en",
    "description": "JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.",
    "homepage_url": "https:\/\/plus.tools.dp-dev.jcpcloud2.net\/web-app\/",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background_scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "JCP+",
        "default_icon": "browser_action\/default_icon.png"
    },
    "permissions": [
        "*:\/\/plus.tools.dp-dev.jcpcloud2.net\/*",
        "*:\/\/*.jcpenney.com\/*",
        "*:\/\/*.jcp.com\/*",
        "webRequest",
        "tabs",
        "cookies",
        "downloads",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plus.tools.dp-dev.jcpcloud2.net\/*",
                "*:\/\/*.jcpenney.com\/*",
                "*:\/\/*.jcp.com\/*",
                "https:\/\/10.175.103.198:8446\/*",
                "https:\/\/10.175.103.199:8446\/*",
                "https:\/\/10.111.103.198:8446\/*",
                "https:\/\/10.111.103.199:8446\/*",
                "https:\/\/jcpenney.egain.cloud\/*"
            ],
            "js": [
                "content_scripts\/document_start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content_scripts\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/plus.tools.dp-dev.jcpcloud2.net\/*",
            "*:\/\/*.jcpenney.com\/*",
            "*:\/\/*.jcp.com\/*",
            "https:\/\/10.175.103.198:8446\/*",
            "https:\/\/10.175.103.199:8446\/*",
            "https:\/\/10.111.103.198:8446\/*",
            "https:\/\/10.111.103.199:8446\/*",
            "https:\/\/jcpenney.egain.cloud\/*"
        ]
    }
}