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."입니다.
확장 프로그램 스크린샷
Houzz Pro Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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\/*" ] } } |