MyDesigns

MyDesigns automates your POD and digital product workflows. Generate images in MidJourney and instantly save them to MyDesigns.

MyDesigns란 무엇입니까?

MyDesigns은(는) https://mydesigns.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MyDesigns automates your POD and digital product workflows. Generate images in MidJourney and instantly save them to MyDesigns."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MyDesigns 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Transform and streamline your Print on Demand and Digital products workflows with the MyDesigns Chrome Extension. By bridging the capabilities of MyDesigns with the expansive image generation AI of MidJourney, we offer an integrated experience that pushes the boundaries of efficiency.

With MyDesigns extension, here's what you can achieve:

Easy Account Linking: Effortlessly connect your MyDesigns account to MidJourney, creating a unified workspace.

One-Click Image Saving: Generating AI images through MidJourney? Save images directly to your MyDesigns collections with a single click.

Save To Same Listing: NEW: Save multiple designs to the same listing in MyDesigns. Great for creating digital product bundles, or POD products that contain more than one design on the same listing.

Optimized Templates: Choose from a range of product templates, ensuring the perfect aspect ratio for every design generated. These templates are meticulously crafted to support the vast array of Print on Demand (and digital) products available on MyDesigns.

Perfect for those in the Print on Demand or Digital product businesses, and anyone in between, MyDesigns extension is your companion in simplifying the design creation process. Whether you're curating designs for Etsy, Shopify, Amazon Merch, RedBubble, ect... or generating graphics for other reasons — MyDesigns offers a suite of bulk automation and production tools designed to save you time.

Unlock a seamless and innovative workflow experience today. Expand your possibilities, reduce manual tasks, and let MyDesigns take care of the technicalities.                    

확장 프로그램 기본 정보

이름 MyDesigns MyDesigns
ID gellhpnpipcmiechefocppmhjnpbpidp
공식 URL https://chromewebstore.google.com/detail/mydesigns/gellhpnpipcmiechefocppmhjnpbpidp
설명 MyDesigns automates your POD and digital product workflows. Generate images in MidJourney and instantly save them to MyDesigns.
파일 크기 127 KB
설치 횟수 1,128
현재 버전 1.0.7
최근 업데이트 2024-01-06
출시 날짜 2023-08-30
평점 5.00/5 총 12 개의 평점
개발자 https://mydesigns.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mydesigns.io/
도움말 페이지 URL https://mydesigns.io/contact-us
개인정보 보호 정책 페이지 URL https://mydesigns.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MyDesigns",
    "version": "1.0.7",
    "description": "MyDesigns automates your POD and digital product workflows. Generate images in MidJourney and instantly save them to MyDesigns.",
    "author": "[email protected]",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.mydesigns.io\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "import-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*",
                "https:\/\/*.mydesigns.io\/*"
            ]
        }
    ]
}