SR POS Swiggy,Zomato Orders

Reads The Orders From Swiggy to SR POS.

Wat is SR POS Swiggy,Zomato Orders?

SR POS Swiggy,Zomato Orders is een Chrome-extensie ontwikkeld door https://www.srpointofsale.com, en de belangrijkste functie is "Reads The Orders From Swiggy to SR POS.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SR POS Swiggy,Zomato Orders

Download SR POS Swiggy,Zomato Orders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SR POS Swiggy,Zomato Orders SR POS Swiggy,Zomato Orders
ID kaanlcabjokmajchmhglchjehghihkgb
Officiële URL https://chromewebstore.google.com/detail/sr-pos-swiggyzomato-order/kaanlcabjokmajchmhglchjehghihkgb
Beschrijving Reads The Orders From Swiggy to SR POS.
Bestandsgrootte 826 KB
Aantal Installaties 386
Huidige Versie 1.9
Laatst Bijgewerkt 2023-06-05
Publicatiedatum 2019-07-05
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.srpointofsale.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.srpointofsale.com/contact-us/
URL van de Privacybeleid Pagina https://www.srpointofsale.com/privacy-policy
Ondersteunde Talen 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"
    ]
}