Mashkor Integration Plugin

This extension is used to push orders to Mashkor.

Wat is Mashkor Integration Plugin?

Mashkor Integration Plugin is een Chrome-extensie ontwikkeld door Mashkor, en de belangrijkste functie is "This extension is used to push orders to Mashkor.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mashkor Integration Plugin

Download Mashkor Integration Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fulfill your deliveries through Mashkor delivery service.
This extension is used by Talabat users to push their orders to Mashkor delivery platform.                    

Basisinformatie over de Extensie

Naam Mashkor Integration Plugin Mashkor Integration Plugin
ID jjdpmfldimofealogdojfnmjjmajpcla
Officiële URL https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla
Beschrijving This extension is used to push orders to Mashkor.
Bestandsgrootte 59.93 KB
Aantal Installaties 120
Huidige Versie 2.0.4
Laatst Bijgewerkt 2022-06-12
Publicatiedatum 2020-10-04
Ontwikkelaar Mashkor
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mashkor.com
URL van de Privacybeleid Pagina https://mashkor.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}