Let's eat!

Unambitious, easy to use chrome extension for group order on FoodPanda.com

Let's eat!คืออะไร?

Let's eat! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Claudiu Potinteu และคุณลักษณะหลักของมันคือ "Unambitious, easy to use chrome extension for group order on FoodPanda.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let's eat!

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

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

                        Instructions

The user generates a new order id while on FoodPanda from the "Generate" tab. Then shares the new order id with his or her buddies. 
Buddies add the id and input their name in the Join tab. The extension will then redirect them to the restaurant chosen by the user that generated the order.
 When food selection is complete on FoodPanda, the users must press "Send checkout items to Order". 
The user that generated the order can then press "Update Master Basket" and see the updated cart.
The extension keeps the order items for every participating user. 
When the order is complete, you can delete the order summary by pressing "Close Order!"                    

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

ชื่อ Let's eat! Let's eat!
ID eoinldpbaidmcmimchgahheaagmpogne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lets-eat/eoinldpbaidmcmimchgahheaagmpogne
คำอธิบาย Unambitious, easy to use chrome extension for group order on FoodPanda.com
ขนาดไฟล์ 248 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2020-01-27
วันที่เผยแพร่ 2020-01-21
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Claudiu Potinteu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.5",
    "name": "Let's eat!",
    "short_name": " Let's eat!",
    "description": "Unambitious, easy to use chrome extension for group order on FoodPanda.com",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/grouporderbuddyapp.azurewebsites.net"
    ],
    "optional_permissions": [
        "http:\/\/www.foodpanda.ro\/*",
        "https:\/\/www.foodpanda.ro\/*",
        "https:\/\/www.foodpanda.com\/*"
    ],
    "icons": {
        "19": "assets\/images\/icon_1.png",
        "128": "assets\/images\/icon_2_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icon_1.png"
        },
        "default_title": "Let's eat!",
        "default_popup": "popup.html"
    },
    "options_page": "options_page\/options.html",
    "background": {
        "scripts": [
            "assets\/jquery-2.0.3.js",
            "assets\/jquery.whencallsequentially.js",
            "assets\/chrome-extension-async.js",
            "scripts\/BackgroundScript.js",
            "scripts\/Popup.js",
            "scripts\/UpdateOrder.js",
            "scripts\/Config.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/images\/icon.png",
        "assets\/images\/icon128.png"
    ]
}