Mashkor Integration Plugin
This extension is used to push orders to Mashkor.
What is Mashkor Integration Plugin?
Mashkor Integration Plugin is a Chrome extension developed by Mashkor, and its main feature is "This extension is used to push orders to Mashkor.".
Extension Screenshots
Download Mashkor Integration Plugin Extension CRX File
Download Mashkor Integration Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fulfill your deliveries through Mashkor delivery service. This extension is used by Talabat users to push their orders to Mashkor delivery platform.
Extension Basic Information
Name | |
ID | jjdpmfldimofealogdojfnmjjmajpcla |
Official URL | https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla |
Description | This extension is used to push orders to Mashkor. |
File Size | 59.93 KB |
Installation Count | 120 |
Current Version | 2.0.4 |
Last Updated | 2022-06-12 |
Publish Date | 2020-10-04 |
Developer | Mashkor |
[email protected] | |
Payment Type | free |
Extension Website | https://mashkor.com |
Privacy Policy Page URL | https://mashkor.com/privacy-policy |
Supported Languages | 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\/*" ] } |