Terrapin Works Label Printing
One click printing for the Dymo
Terrapin Works Label Printing란 무엇입니까?
Terrapin Works Label Printing은(는) blepfo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click printing for the Dymo"입니다.
확장 프로그램 스크린샷
Terrapin Works Label Printing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Internal chrome extension for Terrapin Works employees at the University of Maryland. This extension allows one-click printing of labels for print jobs. Just navigate to a job page in the Innovation Center platform, click the extension icon to popup the page shown in the screenshot, an click the button to print.
확장 프로그램 기본 정보
이름 | Terrapin Works Label Printing |
ID | hlmhjakokajncnencjkhieokhpkdilfl |
공식 URL | https://chromewebstore.google.com/detail/terrapin-works-label-prin/hlmhjakokajncnencjkhieokhpkdilfl |
설명 | One click printing for the Dymo |
파일 크기 | 29.14 KB |
설치 횟수 | 615 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2017-01-10 |
출시 날짜 | 2017-01-10 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | blepfo |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Terrapin Works Label Printing", "short_name": "TW Label Printing", "description": "One click printing for the Dymo", "version": "1.3.4", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "128": "images\/icon_128.png" }, "page_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html", "default_title": "Terrapin Works Label Printing" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/umd.innovationcenter.makerbot.com\/jobs\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "activeTab", "tabs", "*:\/\/umd.innovationcenter.makerbot.com\/jobs\/*", "*:\/\/192.168.1.92\/*" ] } |