DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

DesignSpec Web Clipper là gì?

DesignSpec Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://designspec.com, và tính năng chính của nó là "Create and edit specs directly from any vendor webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DesignSpec Web Clipper

Tải xuống các tệp mở rộng DesignSpec Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DesignSpec Web Clipper DesignSpec Web Clipper
ID lgbplgjemdkhdcpghphggeflnhnbbjba
URL Chính Thức https://chromewebstore.google.com/detail/designspec-web-clipper/lgbplgjemdkhdcpghphggeflnhnbbjba
Mô tả Create and edit specs directly from any vendor webpage.
Kích Thước Tệp 976 KB
Số Lần Cài Đặt 1,609
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2022-12-08
Ngày Phát Hành 2021-08-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://designspec.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.designspec.com/
URL Trang Chính Sách Bảo Mật https://my.designspec.com/Home/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ 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"
}