Mydoma Studio NEXT Product Clipper

Easily clip product images and information to use in projects and packages for Mydoma Studio.

Mydoma Studio NEXT Product Clipper क्या है?

Mydoma Studio NEXT Product Clipper Mydoma Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily clip product images and information to use in projects and packages for Mydoma Studio."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mydoma Studio NEXT Product Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily clip product images and information to use in projects and packages. The Mydoma Studio Product Clipper is your one stop product sourcing solution.

Products from any vendor website are saved to your Mydoma Studio catalog automatically. You can even save a product directly into a project or package!

The Mydoma Studio product clipper saves the product’s details and images. Use saved products in project proposals, mood boards and tear-sheets!                    

एक्सटेंशन की मूल जानकारी

नाम Mydoma Studio NEXT Product Clipper Mydoma Studio NEXT Product Clipper
ID geiiipddpfifgpmoopnmkkiphionieon
आधिकारिक URL https://chromewebstore.google.com/detail/mydoma-studio-next-produc/geiiipddpfifgpmoopnmkkiphionieon
विवरण Easily clip product images and information to use in projects and packages for Mydoma Studio.
फ़ाइल का आकार 78.51 KB
स्थापना संख्या 2,768
वर्तमान संस्करण 2.0.11
अंतिम अपडेट 2023-09-07
प्रकाशन तिथि 2022-04-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Mydoma Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mydomastudio.com
गोपनीयता नीति पृष्ठ URL https://www.mydomastudio.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mydoma Studio NEXT Product Clipper",
    "version": "2.0.11",
    "description": "Easily clip product images and information to use in projects and packages for Mydoma Studio.",
    "icons": {
        "32": ".\/assets\/icons\/roof_32.png",
        "128": ".\/assets\/icons\/roof_128.png"
    },
    "action": {
        "default_title": "Mydoma Studio NEXT Product Clipper"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "draggable.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blocking_rules",
                "enabled": true,
                "path": "blocking_rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/mydoma-micro-gateway.herokuapp.com\/*",
        "https:\/\/myd3-gateway.mydoma.cloud\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "clipper\/myd-clipper.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}