NETO POS Profit Margin Calculator
This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order.
Co to jest NETO POS Profit Margin Calculator?
NETO POS Profit Margin Calculator to rozszerzenie Chrome opracowane przez berkan.yuksel25, a jego główną funkcją jest „This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NETO POS Profit Margin Calculator
Pobierz pliki rozszerzeń NETO POS Profit Margin Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | NETO POS Profit Margin Calculator |
ID | elhpnbhaoamdcijpfpgaoiihdldphlli |
Oficjalny URL | https://chromewebstore.google.com/detail/neto-pos-profit-margin-ca/elhpnbhaoamdcijpfpgaoiihdldphlli |
Opis | This extension will calculate real-time gross profit margins of multiple products in a NETO POS sales order. |
Rozmiar pliku | 284 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-06-18 |
Data Publikacji | 2021-03-08 |
Deweloper | berkan.yuksel25 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/BerkanYuksel25/NETO-POS-Profit-Margin-Calculator |
Adres URL Strony Pomocy | https://github.com/BerkanYuksel25/NETO-POS-Profit-Margin-Calculator |
Obsługiwane Języki | 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": [ " |