DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

DesignSpec Web Clipper क्या है?

DesignSpec Web Clipper https://designspec.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create and edit specs directly from any vendor webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DesignSpec Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
आधिकारिक URL https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
विवरण Create and edit specs directly from any vendor webpage.
फ़ाइल का आकार 976 KB
स्थापना संख्या 1,609
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2022-12-08
प्रकाशन तिथि 2021-08-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://designspec.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.designspec.com/
गोपनीयता नीति पृष्ठ URL https://my.designspec.com/Home/PrivacyPolicy
समर्थित भाषाएँ 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"
}