SR POS Swiggy,Zomato Orders

Reads The Orders From Swiggy to SR POS.

Qu'est-ce que SR POS Swiggy,Zomato Orders ?

SR POS Swiggy,Zomato Orders est une extension Chrome développée par https://www.srpointofsale.com, et sa fonction principale est "Reads The Orders From Swiggy to SR POS.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SR POS Swiggy,Zomato Orders

Téléchargez les fichiers d'extension SR POS Swiggy,Zomato Orders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SR POS Swiggy,Zomato Orders SR POS Swiggy,Zomato Orders
ID kaanlcabjokmajchmhglchjehghihkgb
URL Officiel https://chromewebstore.google.com/detail/sr-pos-swiggyzomato-order/kaanlcabjokmajchmhglchjehghihkgb
Description Reads The Orders From Swiggy to SR POS.
Taille du Fichier 826 KB
Nombre d'Installations 386
Version Actuelle 1.9
Dernière Mise à Jour 2023-06-05
Date de Publication 2019-07-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://www.srpointofsale.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.srpointofsale.com/contact-us/
URL de la Page de Politique de Confidentialité https://www.srpointofsale.com/privacy-policy
Langues Prises en Charge 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"
    ]
}