Terrapin Works Label Printing

One click printing for the Dymo

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

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

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

screenshot

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

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

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

                        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 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\/*"
    ]
}