foreUP Printer Extension

App to print to star printers within the foreUP POS.

foreUP Printer Extensionคืออะไร?

foreUP Printer Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://foreupsoftware.com และคุณลักษณะหลักของมันคือ "App to print to star printers within the foreUP POS."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย foreUP Printer Extension

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

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

                        Printer extension to print at foreUP                    

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

ชื่อ foreUP Printer Extension foreUP Printer Extension
ID ndcdpiikdnlagfjejimgpmaflngcemoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/foreup-printer-extension/ndcdpiikdnlagfjejimgpmaflngcemoo
คำอธิบาย App to print to star printers within the foreUP POS.
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 10,217
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2021-02-10
วันที่เผยแพร่ 2020-02-04
คะแนน 4.84/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://foreupsoftware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.foreupgolf.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "foreUP Printer Extension",
    "description": "App to print to star printers within the foreUP POS.",
    "version": "2.0.5",
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.foreupsoftware.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "foreUP Printer Extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.foreupsoftware.com\/*",
                "*:\/\/foreupsoftware.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}