Terrapin Works Label Printing
One click printing for the Dymo
Terrapin Works Label Printing란 무엇입니까?
Terrapin Works Label Printing은(는) https://terrapinworks.umd.edu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click printing for the Dymo"입니다.
확장 프로그램 스크린샷
Terrapin Works Label Printing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } |