Point of Sale

Point of Sale

ERPLY keeps track of your inventory, registers sales, prints receipts and does everything else you'd expect a POS software to do.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Point of Sale",
  "description": "ERPLY keeps track of your inventory, registers sales, prints receipts and does everything else you'd expect a POS software to do.",
  "version": "2.6",
  "app": {
    "urls": [
      "https://pos.erply.net/?signup/free/0/ChromeWebStore/ChromeWebStore/0"
    ],
    "launch": {
      "web_url": "https://pos.erply.net/?signup/free/0/ChromeWebStore/ChromeWebStore/0"
    }
  },
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}