DesignSpec Web Clipper

Create and edit specs directly from any vendor webpage.

DesignSpec Web Clipperคืออะไร?

DesignSpec Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://designspec.com และคุณลักษณะหลักของมันคือ "Create and edit specs directly from any vendor webpage."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DesignSpec Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย DesignSpec Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}