Mydoma Studio Web Clipper

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

Qu'est-ce que Mydoma Studio Web Clipper ?

Mydoma Studio Web Clipper est une extension Chrome développée par web-store-publishers, et sa fonction principale est "Easily clip product images and information to use in projects and packages for Mydoma Studio.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mydoma Studio Web Clipper

Téléchargez les fichiers d'extension Mydoma Studio Web Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Mydoma Studio Web Clipper Mydoma Studio Web Clipper
ID fpfcdfeaahhipingeghaimebbbigbpoi
URL Officiel 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.
Taille du Fichier 138 KB
Nombre d'Installations 1,066
Version Actuelle 1.0.7
Dernière Mise à Jour 2021-06-11
Date de Publication 2020-11-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur web-store-publishers
Type de Paiement free
Site Web de l'Extension https://mydomastudio.com
Langues Prises en Charge 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"
    ]
}