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文件
下载JuiceMind Replit Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |