DesignerLogic Web Clipper

Clip product specs and images directly to your favorites board and projects in DesignerLogic.

DesignerLogic Web Clipperคืออะไร?

DesignerLogic Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://designerlogic.com และคุณลักษณะหลักของมันคือ "Clip product specs and images directly to your favorites board and projects in DesignerLogic."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Web clipper for users of the DesignerLogic interior designer project management platform. Clip images and product information from websites and add them directly to a project and/or the Favorites Board in DesignerLogic, without the hassle of downloading images and uploading them to a project. DesignerLogic’s web clipper makes it easy: there’s no need to ever leave the web page you’re on. 

Version 2 just released: clip multiple images, add retail prices and discounts as well as costs and markups, and also add products as components to existing items in a DesignerLogic project.

Here’s how it works: once you’re on the website of a product or image you’d like to save, click the DesignerLogic logo in your toolbar, and the clipper will open over the right side of the page. Select the project and add any other relevant data. Then just right-click (on a Mac it’s 2 fingers on the touch pad) over the image to save it to your project. Other spec info can be saved in the same way. Then voila: the image, a link to the source, and any other information you entered will be added to your selected project in the DesignerLogic application.

**A DesignerLogic account is required.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DesignerLogic Web Clipper DesignerLogic Web Clipper
ID bmdkkkhdpllkhpodnbnkiacnimpdnnpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/designerlogic-web-clipper/bmdkkkhdpllkhpodnbnkiacnimpdnnpo
คำอธิบาย Clip product specs and images directly to your favorites board and projects in DesignerLogic.
ขนาดไฟล์ 44.03 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2023-03-29
วันที่เผยแพร่ 2020-01-22
ผู้พัฒนา https://designerlogic.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DesignerLogic Web Clipper",
    "short_name": "DL Clipper",
    "version": "2.0.4",
    "manifest_version": 3,
    "description": "Clip product specs and images directly to your favorites board and projects in DesignerLogic.",
    "action": [],
    "icons": {
        "500": "logo512.png",
        "192": "logo192.png",
        "16": "logo.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}