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
公式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
Eメール [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"
            ]
        }
    ]
}