NETO POS Profit Margin Calculator
This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order.
什么是NETO POS Profit Margin Calculator?
NETO POS Profit Margin Calculator是由berkan.yuksel25开发的Chrome扩展程序,该扩展的主要功能是“This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order.”。
扩展截图
下载NETO POS Profit Margin Calculator扩展crx文件
下载NETO POS Profit Margin Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A free, open-source Chrome extension to help you with your NETO POS experience. This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order and a NETO backend sales order. Simply select the products your customer is purchasing and add it to the sale screen. Then, click the extension icon to fetch a real-time gross profit margin percentage on your entire order. Sometimes, cost prices may be missing in your products. In this case, the extension provides an accuracy status of the calculation. Setup only takes your NETO API settings, so product cost prices can be fetched from your store's inventory system.
扩展基本信息
名称 | NETO POS Profit Margin Calculator |
ID | elhpnbhaoamdcijpfpgaoiihdldphlli |
官方URL | https://chromewebstore.google.com/detail/neto-pos-profit-margin-ca/elhpnbhaoamdcijpfpgaoiihdldphlli |
简介 | This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order. |
文件大小 | 284 KB |
安装次数 | 26 |
当前版本 | 1.0.1 |
更新时间 | 2021-06-18 |
上架时间 | 2021-03-08 |
开发者 | berkan.yuksel25 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/BerkanYuksel25/NETO-POS-Profit-Margin-Calculator |
帮助页面URL | https://github.com/BerkanYuksel25/NETO-POS-Profit-Margin-Calculator |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NETO POS Profit Margin Calculator", "description": "This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order.", "version": "1.0.1", "author": "Berkan Yuksel", "permissions": [ "storage" ], "icons": { "128": "images\/icon_128.png", "64": "images\/icon_64.png", "32": "images\/icon_32.png", "16": "images\/icon_16.png" }, "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ " |