JCP+
JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.
Was ist JCP+?
JCP+ ist eine Chrome-Erweiterung, die von Maruthi Gowda entwickelt wurde, und ihr Hauptmerkmal ist "JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.".
Erweiterungsscreenshots
JCP+-Erweiterungs-CRX-Datei herunterladen
Laden Sie JCP+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ojbieemjnihgfiebpaijkicpdchdaphl |
Offizielle URL | https://chromewebstore.google.com/detail/jcp+/ojbieemjnihgfiebpaijkicpdchdaphl |
Beschreibung | JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity. |
Dateigröße | 115 KB |
Installationsanzahl | 182 |
Aktuelle Version | 3.2.1 |
Letztes Update | 2024-01-18 |
Veröffentlichungsdatum | 2020-03-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Maruthi Gowda |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.jcpenney.com |
URL der Datenschutzrichtlinien-Seite | https://plus.tools.dp-dev.jcpcloud2.net/web-app?page=privacy-policy |
Unterstützte Sprachen | 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\/*" ] } } |