JCP+
JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity.
JCP+란 무엇입니까?
JCP+은(는) Maruthi Gowda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity."입니다.
확장 프로그램 스크린샷
JCP+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | ojbieemjnihgfiebpaijkicpdchdaphl |
공식 URL | https://chromewebstore.google.com/detail/jcp+/ojbieemjnihgfiebpaijkicpdchdaphl |
설명 | JCP+ is offered by JCPenney's digital operations team to support web browser related automation activities to improve productivity. |
파일 크기 | 115 KB |
설치 횟수 | 182 |
현재 버전 | 3.2.1 |
최근 업데이트 | 2024-01-18 |
출시 날짜 | 2020-03-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Maruthi Gowda |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.jcpenney.com |
개인정보 보호 정책 페이지 URL | https://plus.tools.dp-dev.jcpcloud2.net/web-app?page=privacy-policy |
지원되는 언어 | 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\/*" ] } } |