SR POS Swiggy,Zomato Orders

Reads The Orders From Swiggy to SR POS.

SR POS Swiggy,Zomato Orders란 무엇입니까?

SR POS Swiggy,Zomato Orders은(는) https://www.srpointofsale.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reads The Orders From Swiggy to SR POS."입니다.

확장 프로그램 스크린샷

screenshot

SR POS Swiggy,Zomato Orders 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL https://www.srpointofsale.com/contact-us/
개인정보 보호 정책 페이지 URL 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"
    ]
}