EAT.ch: In your Area

EAT.ch by Just Eat: Quickly find all your favourite restaurants that deliver in your area.

EAT.ch: In your Areaคืออะไร?

EAT.ch: In your Area เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EAT.ch by Just Eat และคุณลักษณะหลักของมันคือ "EAT.ch by Just Eat: Quickly find all your favourite restaurants that deliver in your area."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EAT.ch: In your Area

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

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

                        EAT.ch by Just Eat: Quickly find all your favourite restaurants that deliver in your area. You can save your postal code into our extension and with a couple of clicks, quickly reach all the restaurants that deliver online. Don't waste time searching for food online, try our extension and get your food delivered fast.

**** Version 0.1.2 EAT.ch by Just Eat ****

This is the initial versions. You can save your post code for quick access to the SERP.
This will help you visualize the restaurants in your area.
Order quickly using this extension !!!                    

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

ชื่อ EAT.ch: In your Area EAT.ch: In your Area
ID kdmdeldiejhilnniodoahpeogdcohedk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eatch-in-your-area/kdmdeldiejhilnniodoahpeogdcohedk
คำอธิบาย EAT.ch by Just Eat: Quickly find all your favourite restaurants that deliver in your area.
ขนาดไฟล์ 93.22 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2018-08-28
วันที่เผยแพร่ 2018-08-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา EAT.ch by Just Eat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.eat.ch/
URL หน้าช่วยเหลือ https://www.eat.ch/en/page/info_support
URL หน้านโยบายความเป็นส่วนตัว https://www.eat.ch/en/page/info_agb
ภาษาที่รองรับ de,en,fr
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/favicon32.png",
        "default_popup": "popup.html",
        "default_title": "EAT.ch: In your area"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/material.css"
            ],
            "js": [
                "assets\/jquery.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/www.eat.ch\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.eat.ch\/*"
        ]
    },
    "icons": {
        "128": "assets\/favicon128.png",
        "32": "assets\/favicon32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAweT2akK3RWFOs0ACHj8RqfTXX+uSKGdtoKgWpnHbYbCHH+Ciohv2lWjYq2CKBbiavao2uXInI4xruqn8aa0VDf+CAUH3nDLCd5vxVAS\/7ecbnNEK7i+z47v\/zEWsBZ8dhbsi7c9PGnIH4\/AakVslswTFDxoQEQ9XLU6RHvFOFkdlXUp7gBiCzgoUFl2PqRcz+a8CnhZG9v6\/kz6JYjYdT7DfrI42xIJBw+UIfTaefI2MCCFevr6VOEdDRxzLxdL3jdzz67Ba6f90cNsGtp02uYIoCPJTAXIi7S3HLgIjXkdsIPEN5Cipd98CZp4C8wQeAjsKXnUJ+qDaWX6Ru8NuMQIDAQAB",
    "manifest_version": 2,
    "name": "EAT.ch: In your Area",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "short_name": "EAT.ch",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.2"
}