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
Eメール [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\/*"
    ]
}