Mashkor Integration Plugin
This extension is used to push orders to Mashkor.
Apa itu Mashkor Integration Plugin?
Mashkor Integration Plugin adalah ekstensi Chrome yang dikembangkan oleh Mashkor, dan fitur utamanya adalah "This extension is used to push orders to Mashkor.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mashkor Integration Plugin
Unduh file ekstensi Mashkor Integration Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Fulfill your deliveries through Mashkor delivery service. This extension is used by Talabat users to push their orders to Mashkor delivery platform.
Informasi Dasar Ekstensi
Nama | |
ID | jjdpmfldimofealogdojfnmjjmajpcla |
URL Resmi | https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla |
Deskripsi | This extension is used to push orders to Mashkor. |
Ukuran File | 59.93 KB |
Jumlah Instalasi | 120 |
Versi Saat Ini | 2.0.4 |
Terakhir Diperbarui | 2022-06-12 |
Tanggal Publikasi | 2020-10-04 |
Pengembang | Mashkor |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://mashkor.com |
URL Halaman Kebijakan Privasi | https://mashkor.com/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } |