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 |
官方網址 | 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" ] } |