Ogo Delivery - Talabat
This extension was created for talabat order post on ogo.delivery.
Ogo Delivery - Talabat là gì?
Ogo Delivery - Talabat là một tiện ích mở rộng Chrome được phát triển bởi https://ogo.delivery, và tính năng chính của nó là "This extension was created for talabat order post on ogo.delivery.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ogo Delivery - Talabat
Tải xuống các tệp mở rộng Ogo Delivery - Talabat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
this is for transfer order from talabat to ogo.delivery
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jdammbiiahhpfpplkppomjknkcgokgdp |
URL Chính Thức | https://chrome.google.com/webstore/detail/ogo-delivery-talabat/jdammbiiahhpfpplkppomjknkcgokgdp |
Mô tả | This extension was created for talabat order post on ogo.delivery. |
Kích Thước Tệp | 339 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2019-07-26 |
Ngày Phát Hành | 2019-07-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://ogo.delivery |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://ogo.delivery |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |