Gather Web Clipper

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

Gather Web Clipper क्या है?

Gather Web Clipper https://gatherit.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save FF&E and material selections 4x faster than copy-pasting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gather Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        ""
    ]
}