Mydoma Studio Web Clipper

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

Was ist Mydoma Studio Web Clipper?

Mydoma Studio Web Clipper ist eine Chrome-Erweiterung, die von web-store-publishers entwickelt wurde, und ihr Hauptmerkmal ist "Easily clip product images and information to use in projects and packages for Mydoma Studio.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Mydoma Studio Web Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mydoma Studio Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Mydoma Studio Web Clipper Mydoma Studio Web Clipper
ID fpfcdfeaahhipingeghaimebbbigbpoi
Offizielle URL https://chromewebstore.google.com/detail/mydoma-studio-web-clipper/fpfcdfeaahhipingeghaimebbbigbpoi
Beschreibung Easily clip product images and information to use in projects and packages for Mydoma Studio.
Dateigröße 138 KB
Installationsanzahl 1,066
Aktuelle Version 1.0.7
Letztes Update 2021-06-11
Veröffentlichungsdatum 2020-11-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler web-store-publishers
Zahlungsart free
Erweiterungswebsite https://mydomastudio.com
Unterstützte Sprachen 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"
    ]
}