Ogo Delivery - Talabat
This extension was created for talabat order post on ogo.delivery.
什么是Ogo Delivery - Talabat?
Ogo Delivery - Talabat是由https://ogo.delivery开发的Chrome扩展程序,该扩展的主要功能是“This extension was created for talabat order post on ogo.delivery.”。
扩展截图
下载Ogo Delivery - Talabat扩展crx文件
下载Ogo Delivery - Talabat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
this is for transfer order from talabat to ogo.delivery
扩展基本信息
名称 | |
ID | jdammbiiahhpfpplkppomjknkcgokgdp |
官方URL | https://chrome.google.com/webstore/detail/ogo-delivery-talabat/jdammbiiahhpfpplkppomjknkcgokgdp |
简介 | This extension was created for talabat order post on ogo.delivery. |
文件大小 | 339 KB |
安装次数 | 31 |
当前版本 | 0.0.4 |
更新时间 | 2019-07-26 |
上架时间 | 2019-07-22 |
评分 | 5.00/5 共1次评分 |
开发者 | https://ogo.delivery |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://ogo.delivery |
支持的语言 | 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" ] } ] } |