StyleRow Product Clipper

Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.

Hvad er StyleRow Product Clipper?

StyleRow Product Clipper er en Chrome-udvidelse udviklet af StyleRow, og dens hovedfunktion er "Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download StyleRow Product Clipper-udvidelses-CRX-fil

Download StyleRow Product Clipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        With the StyleRow Product Clipper, you can quickly save products from all of your favorite sites, like CB2, Pottery Barn, RH, and all others. Save item info including but not limited to:

- Images,
- Item Name,
- Brand/Vendor,
- Price,
- Lead Time,
- Dimensions,
- And more!

Each clipped product is automatically saved by category to your StyleRow Product Library. Never lose the products you love again!

Get started now and join the thousands of designers saving time with StyleRow.                    

Grundlæggende oplysninger om udvidelsen

Navn StyleRow Product Clipper StyleRow Product Clipper
ID ocpiafoekdelpmnplioljnchleeoejjp
Officiel URL https://chromewebstore.google.com/detail/stylerow-product-clipper/ocpiafoekdelpmnplioljnchleeoejjp
Beskrivelse Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.
Filstørrelse 3.13 MB
Antal Installationer 1,014
Nuværende Version 1.51.0
Senest Opdateret 2024-01-24
Udgivelsesdato 2023-02-25
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler StyleRow
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.stylerow.com/
URL til Fortrolighedspolitik Side https://app.stylerow.com/PrivacyPolicy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.",
    "version": "1.51.0",
    "name": "StyleRow Product Clipper",
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/*.html",
                "css\/*.css",
                "fonts\/*",
                "js\/popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "management",
        "contextMenus",
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "32": "SR_favicon-32.png",
        "57": "SR_favicon-57.png",
        "96": "SR_favicon-96.png",
        "128": "SR_favicon-128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "StyleRow Clipper"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}