OmniGrub

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

OmniGrubคืออะไร?

OmniGrub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicolas Baez & Kenneth Rosas และคุณลักษณะหลักของมันคือ "OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OmniGrub

ดาวน์โหลดไฟล์ส่วนขยาย OmniGrub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OmniGrub OmniGrub
ID eoadljeglconpbdhmnojhbihngpmhbpj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omnigrub/eoadljeglconpbdhmnojhbihngpmhbpj
คำอธิบาย OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2022-12-15
วันที่เผยแพร่ 2022-08-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Nicolas Baez & Kenneth Rosas
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}