SR POS Swiggy,Zomato Orders
Reads The Orders From Swiggy to SR POS.
Was ist SR POS Swiggy,Zomato Orders?
SR POS Swiggy,Zomato Orders ist eine Chrome-Erweiterung, die von https://www.srpointofsale.com entwickelt wurde, und ihr Hauptmerkmal ist "Reads The Orders From Swiggy to SR POS.".
Erweiterungsscreenshots
SR POS Swiggy,Zomato Orders-Erweiterungs-CRX-Datei herunterladen
Laden Sie SR POS Swiggy,Zomato Orders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
SR Point Of Sale is a point of sale billing application for Restaurants, Bakeries, Pizzeria and other Food Outlets. This chrome extension is used by Merchants of Food Business to read their orders in Swiggy Zomato and save the order content to their POS System.
Grundlegende Informationen zur Erweiterung
Name | SR POS Swiggy,Zomato Orders |
ID | kaanlcabjokmajchmhglchjehghihkgb |
Offizielle URL | https://chromewebstore.google.com/detail/sr-pos-swiggyzomato-order/kaanlcabjokmajchmhglchjehghihkgb |
Beschreibung | Reads The Orders From Swiggy to SR POS. |
Dateigröße | 826 KB |
Installationsanzahl | 386 |
Aktuelle Version | 1.9 |
Letztes Update | 2023-06-05 |
Veröffentlichungsdatum | 2019-07-05 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://www.srpointofsale.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://www.srpointofsale.com/contact-us/ |
URL der Datenschutzrichtlinien-Seite | https://www.srpointofsale.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SR POS Swiggy,Zomato Orders", "version": "1.9", "browser_action": { "default_icon": { "19": "button\/pos-19.png", "38": "button\/pos-38.png" }, "default_title": "SR POS" }, "description": "Reads The Orders From Swiggy to SR POS.", "icons": { "32": "icons\/srpos-32.png", "48": "icons\/srpos-48.png", "96": "icons\/srpos-96.png" }, "content_scripts": [ { "matches": [ "https:\/\/partner.swiggy.com\/orders", "http:\/\/partner.swiggy.com\/orders", "https:\/\/partner.swiggy.com\/orders\/past\/restaurant\/*", "https:\/\/www.zomato.com\/clients\/merchant_order_dashboard\/*", "https:\/\/www.zomato.com\/clients\/merchant_order_dashboard.php\/*", "https:\/\/www.zomato.com\/clients\/merchant_cancelled_order_dashboard", "https:\/\/www.zomato.com\/clients\/merchant_cancelled_order_dashboard.php", "https:\/\/www.zomato.com\/partners\/onlineordering", "https:\/\/www.zomato.com\/partners\/onlineordering\/", "https:\/\/www.zomato.com\/partners\/*", "http:\/\/pospartners.online\/*" ], "css": [ "bootstrap\/css\/bootstrap.min.css" ], "js": [ "jquery-3.3.1.js", "content.js", "zomato_2020interface.js", "bootstrap\/js\/bootstrap.min.js", "pospartner_retrieve.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ] } |