Mashkor Integration Plugin
This extension is used to push orders to Mashkor.
Mashkor Integration Plugin là gì?
Mashkor Integration Plugin là một tiện ích mở rộng Chrome được phát triển bởi Mashkor, và tính năng chính của nó là "This extension is used to push orders to Mashkor.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mashkor Integration Plugin
Tải xuống các tệp mở rộng Mashkor Integration Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fulfill your deliveries through Mashkor delivery service. This extension is used by Talabat users to push their orders to Mashkor delivery platform.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jjdpmfldimofealogdojfnmjjmajpcla |
URL Chính Thức | https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla |
Mô tả | This extension is used to push orders to Mashkor. |
Kích Thước Tệp | 59.93 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2022-06-12 |
Ngày Phát Hành | 2020-10-04 |
Nhà Phát Triển | Mashkor |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mashkor.com |
URL Trang Chính Sách Bảo Mật | https://mashkor.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.4", "background": { "page": "app\/background\/background-process.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "app\/load-action\/load-action.html", "default_title": "Mashkor Integration Plugin" }, "content_scripts": [ { "js": [ "app\/services\/jquery.js" ], "matches": [ "https:\/\/dash.zyda.com\/*" ] }, { "js": [ "app\/services\/extension-service.js" ], "matches": [ "https:\/\/dash.zyda.com\/*" ] }, { "js": [ "app\/services\/jquery.js" ], "matches": [ "https:\/\/web-kw.me.restaurant-partners.com\/*" ] }, { "js": [ "app\/services\/talabat-service.js" ], "matches": [ "https:\/\/web-kw.me.restaurant-partners.com\/*" ] } ], "description": "This extension is used to push orders to Mashkor.", "homepage_url": "http:\/\/mashkor.com\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "name": "Mashkor Integration Plugin", "permissions": [ "activeTab", "tabs", "https:\/\/dash.zyda.com\/*\/orders\/*", "https:\/\/web-kw.me.restaurant-partners.com\/*" ] } |