DashTrack - Doordash Favorites & More

Track your favorite restaurants & dishes on DoorDash, UberEats, & Grubhub!

什麼是DashTrack - Doordash Favorites & More?

DashTrack - Doordash Favorites & More是由vvictor.llin開發的Chrome擴展程式,該擴展的主要功能是“Track your favorite restaurants & dishes on DoorDash, UberEats, & Grubhub!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載DashTrack - Doordash Favorites & More擴展crx文件

下載DashTrack - Doordash Favorites & More擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        9/8 Feature: Support on almost all DoorDash restaurants (excluding grocery/convenience/etc.)

Track you favorite restaurants from food delivery services like Doordash, UberEats, & Grubhub - All centralized in this completely free addon for chrome.

Loved your sushi order from that japanese bar downtown or your burrito from the Mexican street food shop across the city? DashTrack makes it easier than ever to quickly save and edit your favorite Doordash restaurants at the tap of a button.

Using the extension is as simple as:
1. Pinning the extension
2. Navigating to your favorite Doordash, Ubereats, or GrubHub restaurant on chrome
3. Clicking the Favorite Button (bottom right)
4. Clicking on the extension icon to load a customized dashboard with all 
     your favorites saved!

Download now and start making the most out of your money and food delivery experience with DashTrack!

Features to come:
* Ability to favorite on restaurant search page
* Saving specific dishes on favorited restaurants
* Quick-adding saved dishes

As an open source project, feel free to contribute at the GitHub repo linked                    

擴展基本資訊

名稱 DashTrack - Doordash Favorites & More DashTrack - Doordash Favorites & More
ID lnphiciggjdjiilipbmlenmpdlpakhga
官方網址 https://chromewebstore.google.com/detail/dashtrack-doordash-favori/lnphiciggjdjiilipbmlenmpdlpakhga
簡介 Track your favorite restaurants & dishes on DoorDash, UberEats, & Grubhub!
檔案大小 569 KB
安裝次數 251
目前版本 1.0.7
更新時間 2021-09-13
上架時間 2021-02-20
評分 4.50/5 共 2 次評分
開發者 vvictor.llin
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Cozieee/dash-track
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DashTrack - Doordash Favorites & More",
    "description": "Track your favorite restaurants & dishes on DoorDash, UberEats, & Grubhub!",
    "version": "1.0.7",
    "icons": {
        "128": "images\/dash-track-icon.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "src\/*"
    ],
    "browser_action": {
        "default_icon": "images\/dash-track-icon.png"
    },
    "background": {
        "scripts": [
            "src\/common\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.doordash.com\/*",
                "https:\/\/www.ubereats.com\/*",
                "https:\/\/www.grubhub.com\/*"
            ],
            "css": [
                "src\/third-party\/materialize_inject.min.css",
                "src\/content-scripts\/components\/styles.css"
            ],
            "js": [
                "src\/third-party\/require.min.js",
                "src\/third-party\/require-cs.js",
                "src\/common\/require-config.js",
                "src\/content-scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}