JCP+
JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.
Wat is JCP+?
JCP+ is een Chrome-extensie ontwikkeld door Maruthi Gowda, en de belangrijkste functie is "JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.".
Extensie Screenshots
Download het CRX-bestand van de extensie JCP+
Download JCP+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ojbieemjnihgfiebpaijkicpdchdaphl |
Officiële URL | https://chromewebstore.google.com/detail/jcp+/ojbieemjnihgfiebpaijkicpdchdaphl |
Beschrijving | JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity. |
Bestandsgrootte | 115 KB |
Aantal Installaties | 182 |
Huidige Versie | 3.2.1 |
Laatst Bijgewerkt | 2024-01-18 |
Publicatiedatum | 2020-03-09 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Maruthi Gowda |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.jcpenney.com |
URL van de Privacybeleid Pagina | https://plus.tools.dp-dev.jcpcloud2.net/web-app?page=privacy-policy |
Ondersteunde Talen | 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\/*" ] } } |