Mashkor Integration Plugin
This extension is used to push orders to Mashkor.
Mashkor Integration Pluginคืออะไร?
Mashkor Integration Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mashkor และคุณลักษณะหลักของมันคือ "This extension is used to push orders to Mashkor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mashkor Integration Plugin
ดาวน์โหลดไฟล์ส่วนขยาย Mashkor Integration Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fulfill your deliveries through Mashkor delivery service. This extension is used by Talabat users to push their orders to Mashkor delivery platform.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jjdpmfldimofealogdojfnmjjmajpcla |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla |
คำอธิบาย | This extension is used to push orders to Mashkor. |
ขนาดไฟล์ | 59.93 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 2.0.4 |
อัปเดตครั้งล่าสุด | 2022-06-12 |
วันที่เผยแพร่ | 2020-10-04 |
ผู้พัฒนา | Mashkor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mashkor.com |
URL หน้านโยบายความเป็นส่วนตัว | https://mashkor.com/privacy-policy |
ภาษาที่รองรับ | 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\/*" ] } |