MyDesigns

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

Τι είναι το MyDesigns;

Το MyDesigns είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mydesigns.io, και η κύρια λειτουργία του είναι "MyDesigns automates your POD and digital product workflows. Generate images in MidJourney and instantly save them to MyDesigns.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MyDesigns

Λήψη αρχείων επέκτασης MyDesigns σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
            ]
        }
    ]
}