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.」です。
拡張機能のスクリーンショット
SR POS Swiggy,Zomato Orders拡張機能のCRXファイルをダウンロード
SR POS Swiggy,Zomato Orders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |