Mashkor Integration Plugin

This extension is used to push orders to Mashkor.

什么是Mashkor Integration Plugin?

Mashkor Integration Plugin是由Mashkor开发的Chrome扩展程序,该扩展的主要功能是“This extension is used to push orders to Mashkor.”。

扩展截图

screenshot

下载Mashkor Integration Plugin扩展crx文件

下载Mashkor Integration Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Mashkor Integration Plugin Mashkor Integration Plugin
ID jjdpmfldimofealogdojfnmjjmajpcla
官方URL https://chromewebstore.google.com/detail/mashkor-integration-plugi/jjdpmfldimofealogdojfnmjjmajpcla
简介 This extension is used to push orders to Mashkor.
文件大小 59.93 KB
安装次数 120
当前版本 2.0.4
更新时间 2022-06-12
上架时间 2020-10-04
开发者 Mashkor
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mashkor.com
隐私政策页面URL https://mashkor.com/privacy-policy
支持的语言 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\/*"
    ]
}