foreUP Printer Extension

App to print to star printers within the foreUP POS.

什麼是foreUP Printer Extension?

foreUP Printer Extension是由https://foreupsoftware.com開發的Chrome擴展程式,該擴展的主要功能是“App to print to star printers within the foreUP POS.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載foreUP Printer Extension擴展crx文件

下載foreUP Printer Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Printer extension to print at foreUP                    

擴展基本資訊

名稱 foreUP Printer Extension foreUP Printer Extension
ID ndcdpiikdnlagfjejimgpmaflngcemoo
官方網址 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"
            ]
        }
    ]
}