Terrapin Works Label Printing

One click printing for the Dymo

Terrapin Works Label Printingคืออะไร?

Terrapin Works Label Printing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://terrapinworks.umd.edu และคุณลักษณะหลักของมันคือ "One click printing for the Dymo"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Terrapin Works Label Printing

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

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

                        Note to TW Staff: There are two published versions of this extension. This is the correct one.

This chrome extension is intended for use by employees of Terrapin Works at the University of Maryland. It will not function for external users.

The extension facilitates a connection to an on-site DYMO label printer in the MakerBot Innovation Center. It allows the end user to send data from the MakerBot Innovation Center Management Platform, the Papercut Platform, or from a custom form the extension's popup to the DYMO printer to print a label for a completed print.

This extension also integrates with Terrapin Works' asset management system to facilitate better filament tracking.

*Changelog*
4.3.2 - Updated MIC compatibility

4.3.1 - Added RPL functionality

4.2.2 - Updated IFL compatibility

4.2.1 - Added IFL functionality

4.1.1 - Other spelling fixes, new icon

4.1 - Changed Icon. Added basic status messages. Buttons disappear after clicked. "Fillament" changed to "Filament"

4.0 - Added papercut and manual print functionality. Added print buttons to papercut and mic websites for convenience.                    

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

ชื่อ Terrapin Works Label Printing Terrapin Works Label Printing
ID ipogjkjljcfknbagceciaimmanlnlopm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/terrapin-works-label-prin/ipogjkjljcfknbagceciaimmanlnlopm
คำอธิบาย One click printing for the Dymo
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 383
เวอร์ชันปัจจุบัน 4.3.2
อัปเดตครั้งล่าสุด 2022-02-24
วันที่เผยแพร่ 2020-02-24
คะแนน 4.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://terrapinworks.umd.edu
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://umd.edu/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.3.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "index.html",
        "default_title": "Terrapin Works Label Printing"
    },
    "name": "Terrapin Works Label Printing",
    "short_name": "TW Label Printing",
    "description": "One click printing for the Dymo",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/umd.innovationcenter.makerbot.com\/jobs\/*",
        "*:\/\/maker.umd.edu\/job-ticketing\/operator\/rooms\/1\/orders\/*",
        "*:\/\/maker.umd.edu\/job-ticketing\/operator\/rooms\/1\/*",
        "*:\/\/192.168.1.162\/*",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "*.html",
        "popupFunctions.js"
    ],
    "content_security_policy": "script-src 'self' 'sha256-hkjWN18jrGUAlVfCNlnFyMVbt\/CyXZ0k4p8uLEknseo='; object-src 'self'"
}