DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

Apa itu DesignSpec Web Clipper?

DesignSpec Web Clipper adalah ekstensi Chrome yang dikembangkan oleh https://designspec.com, dan fitur utamanya adalah "Create and edit specs directly from any vendor webpage.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DesignSpec Web Clipper

Unduh file ekstensi DesignSpec Web Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
URL Resmi https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
Deskripsi Create and edit specs directly from any vendor webpage.
Ukuran File 976 KB
Jumlah Instalasi 1,609
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2022-12-08
Tanggal Publikasi 2021-08-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://designspec.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.designspec.com/
URL Halaman Kebijakan Privasi https://my.designspec.com/Home/PrivacyPolicy
Bahasa yang Didukung 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"
}