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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |