Gather Web Clipper

Save FF&E and material selections 4x faster than copy-pasting.

Gather Web Clipper란 무엇입니까?

Gather Web Clipper은(는) https://gatherit.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save FF&E and material selections 4x faster than copy-pasting."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Gather Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        📎 The Gather Web Clipper Tool enables interior design teams to easily and collaboratively save images and product information from manufacturer websites.

Then, they can organize them and create FF&E and other specification docs in seconds.

GATHER WEB CLIPPER KEY FEATURES:

📷 Save up to 9 high-resolution images

📋 Input all specification details simply by selecting text from the page

 🔗 Save PDF attachments from the page (such as cut sheets, and installation docs)

💰 Calculate detailed costs in real time

Once saved to your Gather account, you can:

🗂️ Organize and categorize within projects

🗃️ Search, filter, and find selections within your firm-wide Digital Resource Library

📄 Export to beautifully formatted FF&E docs

To learn more about Gather, visit https://gatherit.co                    

확장 프로그램 기본 정보

이름 Gather Web Clipper Gather Web Clipper
ID ipagkohmdolaedkefjhfkkmjbibdimbp
공식 URL https://chromewebstore.google.com/detail/gather-web-clipper/ipagkohmdolaedkefjhfkkmjbibdimbp
설명 Save FF&E and material selections 4x faster than copy-pasting.
파일 크기 289 KB
설치 횟수 2,388
현재 버전 5.0.0
최근 업데이트 2024-02-07
출시 날짜 2020-05-21
평점 5.00/5 총 5 개의 평점
개발자 https://gatherit.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gatherit.co
도움말 페이지 URL http://help.gatherit.co/en/collections/8250682-clipper-tool
개인정보 보호 정책 페이지 URL https://gatherit.co/privacy_policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save FF&E and material selections 4x faster than copy-pasting.",
    "version": "5.0.0",
    "manifest_version": 3,
    "name": "Gather Web Clipper",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "GatherApp",
        "name": "GatherApp"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "content.styles.css",
                "image-placeholder.svg",
                "icon-min.svg",
                "icon-close.svg",
                "icon-setting-clicked.svg",
                "icon-setting-unclicked.svg",
                "icon-back.svg",
                "icon-pdf.svg",
                "icon-paperclip.svg",
                "grippy.png",
                "gather-logo.svg",
                "default-image.png",
                "icon-delete.svg",
                "check-icon.svg",
                "clip-icon.svg",
                "add-icon.svg",
                "selected-icon.svg",
                "arrow-drop-down-circle.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}