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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

StyleRow Product Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        "*:\/\/*\/*"
    ]
}