MimicPC - Run Any AI App on Your Cloud PC

Let you effortlessly run any AI application and model without limitations.

MimicPC - Run Any AI App on Your Cloud PC란 무엇입니까?

MimicPC - Run Any AI App on Your Cloud PC은(는) mimicpcsgp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let you effortlessly run any AI application and model without limitations."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MimicPC - Run Any AI App on Your Cloud PC 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        MimicPC, your flexible cloud computer, let you effortlessly run any AI application and model without limitations.

Product Features:
1. Easy Access Anywhere: Use it effortlessly in your browser, no matter what device you're on.
2. Seamless Automation: Deploy any AI app or model with a single click—no complex steps, no hassle.
3. Powerful Scalability: Enjoy scalable computing power, unrestricted by your device's performance.
4. Budget-Friendly: Pay only for what you use with hourly billing—no wasted expenses, just flexibility.
5. Curated AI Models: Access quality models without the clutter—no restrictions on innovative features like face-swapping.
6. Secure & Private: Your own exclusive space for enhanced privacy and security.
Install the MimicPC Chrome extension and experience the revolution of AI faceswap—enjoy a more convenient, flexible, and secure AI journey!                    

확장 프로그램 기본 정보

이름 MimicPC - Run Any AI App on Your Cloud PC MimicPC - Run Any AI App on Your Cloud PC
ID dhmjomcjhjmmicfphghkgijbkopkekpb
공식 URL https://chromewebstore.google.com/detail/mimicpc-run-any-ai-app-on/dhmjomcjhjmmicfphghkgijbkopkekpb
설명 Let you effortlessly run any AI application and model without limitations.
파일 크기 215 KB
설치 횟수 34
현재 버전 0.1.0.18
최근 업데이트 2024-01-31
출시 날짜 2024-01-08
평점 5.00/5 총 3 개의 평점
개발자 mimicpcsgp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mimicpc.com
도움말 페이지 URL https://www.mimicpc.com
개인정보 보호 정책 페이지 URL https://www.mimicpc.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MimicPC - Run Any AI App on Your Cloud PC",
    "description": "Let you effortlessly run any AI application and model without limitations.",
    "version": "0.1.0.18",
    "action": [],
    "icons": {
        "256": "logo.c369b296.png"
    },
    "background": {
        "service_worker": "background.2469ad83.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.b8bfe408.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/panel\/index.html",
                "pages\/popup\/index.html",
                "pages\/popup\/error.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.mimicpc.com\/"
    ],
    "permissions": [
        "tabs",
        "cookies"
    ]
}