OmniGrub

OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.

OmniGrub là gì?

OmniGrub là một tiện ích mở rộng Chrome được phát triển bởi Nicolas Baez & Kenneth Rosas, và tính năng chính của nó là "OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OmniGrub

Tải xuống các tệp mở rộng OmniGrub 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

                        WINNER: 1st Place & Best Utility - FourSquare Places API Hackathon

Ever feel like DoorDash's reviews are a little bit too good to be true?  Use OmniGrub to make sure you know what other people think about the restaurant before you order!

Before looking for food, put in your address into DoorDash so OmniGrub can search for your restaurant.

Created by Kenneth Rosas and Nicolas Baez.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OmniGrub OmniGrub
ID eoadljeglconpbdhmnojhbihngpmhbpj
URL Chính Thức https://chromewebstore.google.com/detail/omnigrub/eoadljeglconpbdhmnojhbihngpmhbpj
Mô tả OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2022-12-15
Ngày Phát Hành 2022-08-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Nicolas Baez & Kenneth Rosas
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OmniGrub",
    "version": "0.6",
    "description": "OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "action.js"
            ],
            "matches": [
                "https:\/\/*.doordash.com\/store*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/store*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "[email protected]",
                "small_2.5.png",
                "yelp-logo.png",
                "small_0.png",
                "small_1.png",
                "small_1.5.png",
                "small_2.png",
                "small_3.png",
                "small_3.5.png",
                "small_4.png",
                "small_4.5.png",
                "small_5.png",
                "external.png",
                "googleLogo.png",
                "fourlogo.jpeg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}