StyleRow Product Clipper

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

Wat is StyleRow Product Clipper?

StyleRow Product Clipper is een Chrome-extensie ontwikkeld door StyleRow, en de belangrijkste functie is "Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie StyleRow Product Clipper

Download StyleRow Product 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

                        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.                    

Basisinformatie over de Extensie

Naam StyleRow Product Clipper StyleRow Product Clipper
ID ocpiafoekdelpmnplioljnchleeoejjp
Officiële URL https://chromewebstore.google.com/detail/stylerow-product-clipper/ocpiafoekdelpmnplioljnchleeoejjp
Beschrijving Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.
Bestandsgrootte 3.13 MB
Aantal Installaties 1,014
Huidige Versie 1.51.0
Laatst Bijgewerkt 2024-01-24
Publicatiedatum 2023-02-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar StyleRow
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.stylerow.com/
URL van de Privacybeleid Pagina https://app.stylerow.com/PrivacyPolicy
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}