DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

Cos'è DesignSpec Web Clipper?

DesignSpec Web Clipper è un'estensione di Chrome sviluppata da https://designspec.com, e la sua funzione principale è "Create and edit specs directly from any vendor webpage.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DesignSpec Web Clipper

Scarica i file di estensione DesignSpec Web Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Create and update your specifications directly from any vendor webpage, and upload directly to DesignSpec. Capture images, attributes, documents and pricing information in seconds! Eliminate manual entry of product information such as furniture and finishes for your design projects.                    

Informazioni di Base sull'Estensione

Nome DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
URL Ufficiale https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
Descrizione Create and edit specs directly from any vendor webpage.
Dimensione del File 976 KB
Conteggio Installazioni 1,609
Versione Corrente 1.1.5
Ultimo Aggiornamento 2022-12-08
Data di Pubblicazione 2021-08-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://designspec.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.designspec.com/
URL della Pagina della Politica sulla Privacy https://my.designspec.com/Home/PrivacyPolicy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DesignSpec Web Clipper",
    "description": "Create and edit specs directly from any vendor webpage.",
    "manifest_version": 3,
    "icons": {
        "16": "DesignSpec_logo_16.png",
        "32": "DesignSpec_logo_32.png",
        "48": "DesignSpec_logo_48.png",
        "128": "DesignSpec_logo_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "*.png",
                "content.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.designspec.com\/*",
                "*:\/\/*.localhost\/*"
            ],
            "js": [
                "extensionInstalled.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": [],
    "permissions": [
        "tabs",
        "webNavigation",
        "activeTab",
        "downloads",
        "downloads.open",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "",
        "file:\/\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.1.5"
}