JuiceMind Replit Chrome Extension
The JuiceMind Replit Chrome Extension transfers your Replit.com Teams, Projects, and Tests with the click of a button!
JuiceMind Replit Chrome Extension란 무엇입니까?
JuiceMind Replit Chrome Extension은(는) https://juicemind.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The JuiceMind Replit Chrome Extension transfers your Replit.com Teams, Projects, and Tests with the click of a button!"입니다.
확장 프로그램 스크린샷
JuiceMind Replit Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To see how the extension is used to transfer your Replit Teams, watch our new YouTube playlist: https://www.youtube.com/watch?v=WBSLRgPwwYg&t=84s&ab_channel=JuiceMind How it works: 1. Download this extension, and you will automatically be redirected to the JuiceMind homepage at play.juicemind.com. 2. Login to your JuiceMind account. 3. Visit replit.com and you'll see a JuiceMind Sync Popup with a "sync" button. 4. Press the "sync" button to Sync all of your Replit Teams for Education data including team names, project names, unit tests, io tests, and more to JuiceMind Teams! ---------------------------------------------- By using the JuiceMind browser extension, you agree to JuiceMind's terms and conditions. (https://play.juicemind.com/terms-of-service) Disclaimer: During the syncing process, JuiceMind syncs the following data from Replit Teams to your account's JuiceMind Teams: * Teams you are a part of * Projects you have created or contributed to * Unit tests and I/O tests associated with your project * Project description and details
확장 프로그램 기본 정보
이름 | JuiceMind Replit Chrome Extension |
ID | bpfegbdkilbeecelgmlejmpmdnefaamg |
공식 URL | https://chromewebstore.google.com/detail/juicemind-replit-chrome-e/bpfegbdkilbeecelgmlejmpmdnefaamg |
설명 | The JuiceMind Replit Chrome Extension transfers your Replit.com Teams, Projects, and Tests with the click of a button! |
파일 크기 | 252 KB |
설치 횟수 | 279 |
현재 버전 | 2.5 |
최근 업데이트 | 2024-01-22 |
출시 날짜 | 2023-12-11 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://juicemind.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://play.juicemind.com |
개인정보 보호 정책 페이지 URL | https://www.play.juicemind.com/privacy/home |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JuiceMind Replit Chrome Extension", "version": "2.5", "description": "The JuiceMind Replit Chrome Extension transfers your Replit.com Teams, Projects, and Tests with the click of a button! ", "host_permissions": [ "https:\/\/play.juicemind.com\/*", "https:\/\/replit.com\/*", "http:\/\/localhost:5173\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "matches": [ " |