Mashkor Integration Plugin

This extension is used to push orders to Mashkor.

Cos'è Mashkor Integration Plugin?

Mashkor Integration Plugin è un'estensione di Chrome sviluppata da Mashkor, e la sua funzione principale è "This extension is used to push orders to Mashkor.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mashkor Integration Plugin

Scarica i file di estensione Mashkor Integration Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Mashkor Integration Plugin Mashkor Integration Plugin
ID jjdpmfldimofealogdojfnmjjmajpcla
URL Ufficiale https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla
Descrizione This extension is used to push orders to Mashkor.
Dimensione del File 59.93 KB
Conteggio Installazioni 120
Versione Corrente 2.0.4
Ultimo Aggiornamento 2022-06-12
Data di Pubblicazione 2020-10-04
Sviluppatore Mashkor
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mashkor.com
URL della Pagina della Politica sulla Privacy https://mashkor.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}