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文件

下載StyleRow Product Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}