Deliflouz

Track your spending on Deliveroo and discover personalized statistics on your consumption habits.

Deliflouzとは何ですか?

Deliflouzはdeliflouzによって開発されたChromeの拡張機能で、その主な機能は「Track your spending on Deliveroo and discover personalized statistics on your consumption habits.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Deliflouz拡張機能のCRXファイルをダウンロード

Deliflouz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        How much have I spent on food delivery ? In which restaurant have you ordered the most on Deliveroo ? (So much questions and so little answers). 
Through Deliflouz, get an access to all the statistics you always wanted to learn about your Deliveroo account. Go in depth of all your orders with all the features our extension offers : 

Important numbers :
-	Amount of money spent : in total / by month / by restaurants
-	Amount of orders / by month / by restaurants

Your habits :
-	Map of places where you ordered the most
-	Most recurrent time slots for your food delivery, depending of the day

Restaurants :
-	Favorite restaurants and food categories
-	Best rated and worst rated restaurant

Other diverse interesting highlights :
-	Average waiting time
-	Average cost of an order
-	Total of tips given
-	Most expensive order of all time, the latest order you had to wait for, etc.

Your Deliveroo statistics will teach you everything about your consumption habits. 
Install Deliflouz and tell your friends to compare it with them !

More features to come later !                    

拡張機能の基本情報

名前 Deliflouz Deliflouz
ID jidnddncgfaepckpfcnjedhfembkonkj
公式URL https://chromewebstore.google.com/detail/deliflouz/jidnddncgfaepckpfcnjedhfembkonkj
説明 Track your spending on Deliveroo and discover personalized statistics on your consumption habits.
ファイルサイズ 297 KB
インストール数 266
現在のバージョン 0.1
最終更新日 2021-10-24
公開日 2021-10-24
評価 5.00/5 合計 7 レビュー
開発者 deliflouz
Eメール [email protected]
支払い方法 free
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deliflouz",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1",
    "manifest_version": 3,
    "icons": {
        "128": "logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "cookies"
    ],
    "action": [],
    "host_permissions": [
        "*:\/\/*.deliveroo.fr\/*",
        "*:\/\/*.deliveroo.co.uk\/*"
    ]
}