Mashkor Integration Plugin

This extension is used to push orders to Mashkor.

Was ist Mashkor Integration Plugin?

Mashkor Integration Plugin ist eine Chrome-Erweiterung, die von Mashkor entwickelt wurde, und ihr Hauptmerkmal ist "This extension is used to push orders to Mashkor.".

Erweiterungsscreenshots

screenshot

Mashkor Integration Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mashkor Integration Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Mashkor Integration Plugin Mashkor Integration Plugin
ID jjdpmfldimofealogdojfnmjjmajpcla
Offizielle URL https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla
Beschreibung This extension is used to push orders to Mashkor.
Dateigröße 59.93 KB
Installationsanzahl 120
Aktuelle Version 2.0.4
Letztes Update 2022-06-12
Veröffentlichungsdatum 2020-10-04
Entwickler Mashkor
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mashkor.com
URL der Datenschutzrichtlinien-Seite https://mashkor.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}