JCP+
JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.
What is JCP+?
JCP+ is a Chrome extension developed by Maruthi Gowda, and its main feature is "JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.".
Extension Screenshots
Download JCP+ Extension CRX File
Download JCP+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | ojbieemjnihgfiebpaijkicpdchdaphl |
| Official URL | https://chromewebstore.google.com/detail/jcp+/ojbieemjnihgfiebpaijkicpdchdaphl |
| Description | JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity. |
| File Size | 115 KB |
| Installation Count | 182 |
| Current Version | 3.2.1 |
| Last Updated | 2024-01-18 |
| Publish Date | 2020-03-09 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | Maruthi Gowda |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.jcpenney.com |
| Privacy Policy Page URL | https://plus.tools.dp-dev.jcpcloud2.net/web-app?page=privacy-policy |
| Supported Languages | 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\/*"
]
}
} | |