DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

Vad är DesignSpec Web Clipper?

DesignSpec Web Clipper är en Chrome-tillägg utvecklad av https://designspec.com, och dess huvudfunktion är "Create and edit specs directly from any vendor webpage.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner DesignSpec Web Clipper-förlängningens CRX-fil

Ladda ner DesignSpec Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
Officiell webbadress https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
Beskrivning Create and edit specs directly from any vendor webpage.
Filstorlek 976 KB
Antal Installationer 1,609
Aktuell Version 1.1.5
Senast Uppdaterad 2022-12-08
Publiceringsdatum 2021-08-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://designspec.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.designspec.com/
URL till Sekretesspolicy Sidan https://my.designspec.com/Home/PrivacyPolicy
Stödda Språk 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"
}