Mydoma Studio Web Clipper

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

Wat is Mydoma Studio Web Clipper?

Mydoma Studio Web Clipper is een Chrome-extensie ontwikkeld door web-store-publishers, en de belangrijkste functie is "Easily clip product images and information to use in projects and packages for Mydoma Studio.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mydoma Studio Web Clipper

Download Mydoma Studio Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Mydoma Studio Web Clipper Mydoma Studio Web Clipper
ID fpfcdfeaahhipingeghaimebbbigbpoi
Officiële URL https://chromewebstore.google.com/detail/mydoma-studio-web-clipper/fpfcdfeaahhipingeghaimebbbigbpoi
Beschrijving Easily clip product images and information to use in projects and packages for Mydoma Studio.
Bestandsgrootte 138 KB
Aantal Installaties 1,066
Huidige Versie 1.0.7
Laatst Bijgewerkt 2021-06-11
Publicatiedatum 2020-11-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar web-store-publishers
Betalingswijze free
Extensiewebsite https://mydomastudio.com
Ondersteunde Talen 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"
    ]
}