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은(는) EAT.ch by Just Eat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EAT.ch by Just Eat: Quickly find all your favourite restaurants that deliver in your area."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

EAT.ch: In your Area 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
}