Terrapin Works Label Printing
One click printing for the Dymo
O que é Terrapin Works Label Printing?
Terrapin Works Label Printing é uma extensão do Chrome desenvolvida por blepfo, e sua principal característica é "One click printing for the Dymo".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Terrapin Works Label Printing
Baixe arquivos de extensão Terrapin Works Label Printing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Terrapin Works Label Printing |
ID | hlmhjakokajncnencjkhieokhpkdilfl |
URL Oficial | https://chromewebstore.google.com/detail/terrapin-works-label-prin/hlmhjakokajncnencjkhieokhpkdilfl |
Descrição | One click printing for the Dymo |
Tamanho do Arquivo | 29.14 KB |
Contagem de Instalações | 615 |
Versão Atual | 1.3.4 |
Última Atualização | 2017-01-10 |
Data de Publicação | 2017-01-10 |
Classificação | 4.11/5 Total de 9 Avaliações |
Desenvolvedor | blepfo |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |