Gather Web Clipper

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

Τι είναι το Gather Web Clipper;

Το Gather Web Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gatherit.co, και η κύρια λειτουργία του είναι "Save FF&E and material selections 4x faster than copy-pasting.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gather Web Clipper

Λήψη αρχείων επέκτασης Gather Web Clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        📎 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": [
        ""
    ]
}