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