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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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": [
                ""
            ],
            "resources": [
                "assets\/juicemind-logo.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/replit.com\/*"
            ],
            "resources": [
                "assets\/index.c11f57c2.js",
                "assets\/index.esm2017.6ea4a887.js",
                "assets\/content.jsx.fdec69ec.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/play.juicemind.com\/*"
            ],
            "resources": [
                "assets\/contentScriptJuiceMind.js.654d0bf9.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.jsx.fdec69ec.1d5d2a03.js"
            ],
            "matches": [
                "https:\/\/replit.com\/*"
            ],
            "css": [
                "assets\/index.1a27f223.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.contentScriptJuiceMind.js.654d0bf9.cd4ac0a8.js"
            ],
            "matches": [
                "https:\/\/play.juicemind.com\/*"
            ]
        }
    ]
}