Mydoma Studio Web Clipper

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

Apa itu Mydoma Studio Web Clipper?

Mydoma Studio Web Clipper adalah ekstensi Chrome yang dikembangkan oleh web-store-publishers, dan fitur utamanya adalah "Easily clip product images and information to use in projects and packages for Mydoma Studio.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mydoma Studio Web Clipper

Unduh file ekstensi Mydoma Studio Web Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Mydoma Studio Web Clipper Mydoma Studio Web Clipper
ID fpfcdfeaahhipingeghaimebbbigbpoi
URL Resmi https://chromewebstore.google.com/detail/mydoma-studio-web-clipper/fpfcdfeaahhipingeghaimebbbigbpoi
Deskripsi Easily clip product images and information to use in projects and packages for Mydoma Studio.
Ukuran File 138 KB
Jumlah Instalasi 1,066
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2021-06-11
Tanggal Publikasi 2020-11-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang web-store-publishers
Tipe Pembayaran free
Situs Ekstensi https://mydomastudio.com
Bahasa yang Didukung 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"
    ]
}