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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}