DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

Wat is DesignSpec Web Clipper?

DesignSpec Web Clipper is een Chrome-extensie ontwikkeld door https://designspec.com, en de belangrijkste functie is "Create and edit specs directly from any vendor webpage.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DesignSpec Web Clipper

Download DesignSpec Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
Officiële URL https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
Beschrijving Create and edit specs directly from any vendor webpage.
Bestandsgrootte 976 KB
Aantal Installaties 1,609
Huidige Versie 1.1.5
Laatst Bijgewerkt 2022-12-08
Publicatiedatum 2021-08-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://designspec.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.designspec.com/
URL van de Privacybeleid Pagina https://my.designspec.com/Home/PrivacyPolicy
Ondersteunde Talen 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"
}