DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

What is DesignSpec Web Clipper?

DesignSpec Web Clipper is a Chrome extension developed by https://designspec.com, and its main feature is "Create and edit specs directly from any vendor webpage.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DesignSpec Web Clipper Extension CRX File

Download DesignSpec Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
Official URL https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
Description Create and edit specs directly from any vendor webpage.
File Size 976 KB
Installation Count 1,609
Current Version 1.1.5
Last Updated 2022-12-08
Publish Date 2021-08-12
Rating 5.00/5 Total 2 Ratings
Developer https://designspec.com
Email [email protected]
Payment Type free
Extension Website https://www.designspec.com/
Privacy Policy Page URL https://my.designspec.com/Home/PrivacyPolicy
Supported Languages 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"
}