Automated Kiosk
Automated web surfing
Automated Kiosk là gì?
Automated Kiosk là một tiện ích mở rộng Chrome được phát triển bởi automatedkiosk, và tính năng chính của nó là "Automated web surfing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Automated Kiosk
Tải xuống các tệp mở rộng Automated Kiosk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Automated Kiosk |
ID | lbjeklomimammkeldgcleadlllbphnpl |
URL Chính Thức | https://chromewebstore.google.com/detail/automated-kiosk/lbjeklomimammkeldgcleadlllbphnpl |
Mô tả | Automated web surfing |
Kích Thước Tệp | 44.07 KB |
Số Lần Cài Đặt | 385 |
Phiên Bản Hiện Tại | 0.2.0.0 |
Cập Nhật Lần Cuối | 2015-03-27 |
Ngày Phát Hành | 2015-03-27 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | automatedkiosk |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |