Mydoma Studio Web Clipper

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

What is Mydoma Studio Web Clipper?

Mydoma Studio Web Clipper is a Chrome extension developed by web-store-publishers, and its main feature is "Easily clip product images and information to use in projects and packages for Mydoma Studio.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Mydoma Studio Web Clipper Extension CRX File

Download Mydoma Studio Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Mydoma Studio Web Clipper Mydoma Studio Web Clipper
ID fpfcdfeaahhipingeghaimebbbigbpoi
Official URL https://chromewebstore.google.com/detail/mydoma-studio-web-clipper/fpfcdfeaahhipingeghaimebbbigbpoi
Description Easily clip product images and information to use in projects and packages for Mydoma Studio.
File Size 138 KB
Installation Count 1,066
Current Version 1.0.7
Last Updated 2021-06-11
Publish Date 2020-11-08
Rating 5.00/5 Total 1 Ratings
Developer web-store-publishers
Payment Type free
Extension Website https://mydomastudio.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mydoma Studio Web Clipper",
    "version": "1.0.7",
    "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"
    },
    "browser_action": {
        "default_title": "Mydoma Studio Web Clipper"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "draggable.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/mydoma-micro-gateway.herokuapp.com\/*",
        "storage",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "myd-clipper.html"
    ]
}