Houzz Pro Clipper

Designers, skip the copy/paste routine for product sourcing and let the Houzz Pro Clipper do the heavy lifting.

Houzz Pro Clipperとは何ですか?

Houzz Pro Clipperはhttps://houzz.comによって開発されたChromeの拡張機能で、その主な機能は「Designers, skip the copy/paste routine for product sourcing and let the Houzz Pro Clipper do the heavy lifting.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Houzz Pro Clipper拡張機能のCRXファイルをダウンロード

Houzz Pro Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Visit any website to start clipping images, descriptions, dimensions, price, SKU, etc.

Add items directly to a room within your project to quickly create mood boards, tear sheets, proposals and more. You decide which details to show clients and which to keep hidden.

It’s all saved in your Houzz Pro product library for use again and again—never clip the same item twice.

Join the 96% of designers who save time sourcing products online with the Clipper!

By using the Houzz Pro Clipper browser extension, you agree to Houzz's Terms of Use available at (https://www.houzz.com/termsOfUse) and the Privacy Policy (https://www.houzz.com/privacyPolicy)                    

拡張機能の基本情報

名前 Houzz Pro Clipper Houzz Pro Clipper
ID lnhbnkmlkgeebjfimnbceakepeiandgg
公式URL https://chromewebstore.google.com/detail/houzz-pro-clipper/lnhbnkmlkgeebjfimnbceakepeiandgg
説明 Designers, skip the copy/paste routine for product sourcing and let the Houzz Pro Clipper do the heavy lifting.
ファイルサイズ 995 KB
インストール数 10,000
現在のバージョン 5.2
最終更新日 2024-02-05
公開日 2020-05-11
評価 3.07/5 合計 29 レビュー
開発者 https://houzz.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.houzz.com
ヘルプページのURL https://help.houzz.com
プライバシーポリシーページのURL https://www.houzz.com/privacyPolicy
対応言語 de,en,en-GB,en-US,fr,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "5.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ivy-thumbnail.svg",
                "ivy-smart-sourcing.svg",
                "clipper-grab-cursor.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.pdf*"
            ],
            "exclude_globs": [
                "*:\/\/pro.houzz*",
                "*:\/\/pro.stghouzz*",
                "*:\/\/members.ivy*",
                "*:\/\/members-staging*"
            ],
            "css": [
                "clipperIframe.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/pro.houzz.com\/*",
            "*:\/\/pro.houzz.co.uk\/*",
            "*:\/\/pro.houzz.com.au\/*",
            "*:\/\/pro.houzz.de\/*",
            "*:\/\/pro.houzz.fr\/*",
            "*:\/\/pro.houzz.ru\/*",
            "*:\/\/pro.houzz.jp\/*",
            "*:\/\/pro.houzz.it\/*",
            "*:\/\/pro.houzz.es\/*",
            "*:\/\/pro.houzz.dk\/*",
            "*:\/\/pro.houzz.no\/*",
            "*:\/\/pro.houzz.fi\/*",
            "*:\/\/pro.houzz.se\/*",
            "*:\/\/pro.houzz.ie\/*",
            "*:\/\/pro.houzz.co.nz\/*",
            "*:\/\/pro.houzz.com.sg\/*",
            "*:\/\/pro.houzz.in\/*",
            "*:\/\/pro.houzz.nl\/*",
            "*:\/\/pro.houzz.at\/*",
            "*:\/\/pro.houzz.ca\/*",
            "*:\/\/pro.stghouzz.com\/*",
            "*:\/\/pro.stghouzz.co.uk\/*",
            "*:\/\/pro.houzz1.com\/*",
            "*:\/\/pro.houzz1.co.uk\/*",
            "*:\/\/pro.houzz2.com\/*",
            "*:\/\/pro.houzz2.co.uk\/*",
            "*:\/\/pro.houzz3.com\/*",
            "*:\/\/pro.houzz3.co.uk\/*",
            "*:\/\/members.ivy.co\/*",
            "*:\/\/members-staging.ivy.co\/*",
            "*:\/\/members.lvh.me\/*",
            "*:\/\/members-clipper.ivyco.net\/*",
            "*:\/\/members.ivyco.net\/*"
        ]
    }
}