Automated Kiosk

Automated web surfing

Automated Kiosk란 무엇입니까?

Automated Kiosk은(는) automatedkiosk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automated web surfing"입니다.

확장 프로그램 스크린샷

screenshot

Automated Kiosk 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automated Kiosk turns your Chrome V40+ browser into a automated web page viewer, based on up to 10 urls you supply. Great for businesses who have specific web site pages to display from a large screen Kiosk, or the lazy stumbler who does not want to continuously click the StumbleUpon toolbar. Just set it and forget it.

Since this is a free application technical support is not guaranteed. For questions, feedback, bug fixes or additional development please contact: [email protected]                    

확장 프로그램 기본 정보

이름 Automated Kiosk Automated Kiosk
ID lbjeklomimammkeldgcleadlllbphnpl
공식 URL https://chromewebstore.google.com/detail/automated-kiosk/lbjeklomimammkeldgcleadlllbphnpl
설명 Automated web surfing
파일 크기 44.07 KB
설치 횟수 385
현재 버전 0.2.0.0
최근 업데이트 2015-03-27
출시 날짜 2015-03-27
평점 3.00/5 총 1 개의 평점
개발자 automatedkiosk
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Icon_off.png",
        "default_title": "Automated Kiosk"
    },
    "permissions": [
        "storage"
    ],
    "description": "Automated web surfing",
    "icons": {
        "128": "Icon128.png",
        "16": "Icon_on.png",
        "48": "Icon48.png"
    },
    "name": "Automated Kiosk",
    "short_name": "Web Kiosk",
    "options_page": "options.html",
    "minimum_chrome_version": "40.0",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.0.0"
}