CourtCorrect
Jump through the wormhole!
CourtCorrect란 무엇입니까?
CourtCorrect은(는) CourtCorrect Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jump through the wormhole!"입니다.
확장 프로그램 스크린샷
CourtCorrect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You know how you never read any of the terms you agree to? We think that’s a problem. We’re on a mission to make the law easy, dispute resolution faster and our society fairer. That’s why we built technology to solve this problem. CourtCorrect pulls the most important information about money, data and anything unusual out of the terms of products linked to sites you visit. While browsing the web, the icon will light up and display the number of products it has found for the site you are currently on. You can then check the main terms of the site to make sure you're always in control of what you're doing with your money and data.
확장 프로그램 기본 정보
이름 | |
ID | nljbcdbloiklghknaneklihpmhjfcnak |
공식 URL | https://chromewebstore.google.com/detail/courtcorrect/nljbcdbloiklghknaneklihpmhjfcnak |
설명 | Jump through the wormhole! |
파일 크기 | 103 KB |
설치 횟수 | 35 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-08-12 |
출시 날짜 | 2020-06-30 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | CourtCorrect Ltd |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.courtcorrect.com |
도움말 페이지 URL | https://www.courtcorrect.com/?message=Please%20email%20us%20at%[email protected]%20for%20support! |
개인정보 보호 정책 페이지 URL | https://www.courtcorrect.com/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CourtCorrect", "description": "Jump through the wormhole!", "version": "1.0.4", "browser_action": { "default_title": "CourtCorrect", "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_popup": "index.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |