SR POS Swiggy,Zomato Orders

Reads The Orders From Swiggy to SR POS.

ما هو SR POS Swiggy,Zomato Orders؟

SR POS Swiggy,Zomato Orders هو إضافة Chrome تم تطويرها بواسطة https://www.srpointofsale.com، والميزة الرئيسية لها هي "Reads The Orders From Swiggy to SR POS.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SR POS Swiggy,Zomato Orders

قم بتنزيل ملفات الامتداد SR POS Swiggy,Zomato Orders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم SR POS Swiggy,Zomato Orders SR POS Swiggy,Zomato Orders
ID kaanlcabjokmajchmhglchjehghihkgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/sr-pos-swiggyzomato-order/kaanlcabjokmajchmhglchjehghihkgb
الوصف Reads The Orders From Swiggy to SR POS.
حجم الملف 826 KB
عدد التثبيتات 386
النسخة الحالية 1.9
آخر تحديث 2023-06-05
تاريخ النشر 2019-07-05
تقييم 5.00/5 مجموع تقييمات 5
المطور https://www.srpointofsale.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://www.srpointofsale.com/contact-us/
عنوان صفحة سياسة الخصوصية https://www.srpointofsale.com/privacy-policy
اللغات المدعومة 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"
    ]
}