foreUP Printer Extension

App to print to star printers within the foreUP POS.

foreUP Printer Extension là gì?

foreUP Printer Extension là một tiện ích mở rộng Chrome được phát triển bởi https://foreupsoftware.com, và tính năng chính của nó là "App to print to star printers within the foreUP POS.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng foreUP Printer Extension

Tải xuống các tệp mở rộng foreUP Printer Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Printer extension to print at foreUP                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên foreUP Printer Extension foreUP Printer Extension
ID ndcdpiikdnlagfjejimgpmaflngcemoo
URL Chính Thức https://chromewebstore.google.com/detail/foreup-printer-extension/ndcdpiikdnlagfjejimgpmaflngcemoo
Mô tả App to print to star printers within the foreUP POS.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 10,217
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2021-02-10
Ngày Phát Hành 2020-02-04
Đánh Giá 4.84/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://foreupsoftware.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.foreupgolf.com/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}