Ogo Delivery - Talabat

This extension was created for talabat order post on ogo.delivery.

What is Ogo Delivery - Talabat?

Ogo Delivery - Talabat is a Chrome extension developed by https://ogo.delivery, and its main feature is "This extension was created for talabat order post on ogo.delivery.".

Extension Screenshots

screenshot

Download Ogo Delivery - Talabat Extension CRX File

Download Ogo Delivery - Talabat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        this is for transfer order from talabat to ogo.delivery                    

Extension Basic Information

Name Ogo Delivery - Talabat Ogo Delivery - Talabat
ID jdammbiiahhpfpplkppomjknkcgokgdp
Official URL https://chrome.google.com/webstore/detail/ogo-delivery-talabat/jdammbiiahhpfpplkppomjknkcgokgdp
Description This extension was created for talabat order post on ogo.delivery.
File Size 339 KB
Installation Count 31
Current Version 0.0.4
Last Updated 2019-07-26
Publish Date 2019-07-22
Rating 5.00/5 Total 1 Ratings
Developer https://ogo.delivery
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ogo.delivery
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ogo Delivery - Talabat",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This extension was created for talabat order post on ogo.delivery.",
    "homepage_url": "http:\/\/github.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Ogo Delivery",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "chrome:\/\/*",
        "contentSettings",
        "contextMenus",
        "https:\/\/wla.talabat.com\/",
        "https:\/\/makan.place\/orderingbeta\/admin\/restaurant",
        "https:\/\/*\/"
    ],
    "omnibox": {
        "keyword": "ogo.delivery"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/wla.talabat.com\/",
                "https:\/\/makan.place\/orderingbeta\/admin\/restaurant"
            ],
            "js": [
                "src\/inject\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}