StyleRow Product Clipper

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

StyleRow Product Clipper क्या है?

StyleRow Product Clipper StyleRow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StyleRow Product Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम StyleRow Product Clipper StyleRow Product Clipper
ID ocpiafoekdelpmnplioljnchleeoejjp
आधिकारिक URL https://chromewebstore.google.com/detail/stylerow-product-clipper/ocpiafoekdelpmnplioljnchleeoejjp
विवरण Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.
फ़ाइल का आकार 3.13 MB
स्थापना संख्या 1,014
वर्तमान संस्करण 1.51.0
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2023-02-25
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर StyleRow
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.stylerow.com/
गोपनीयता नीति पृष्ठ URL https://app.stylerow.com/PrivacyPolicy
समर्थित भाषाएँ 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": [
        "*:\/\/*\/*"
    ]
}