Automated Kiosk

Automated web surfing

ما هو Automated Kiosk؟

Automated Kiosk هو إضافة Chrome تم تطويرها بواسطة automatedkiosk، والميزة الرئيسية لها هي "Automated web surfing".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Automated Kiosk

قم بتنزيل ملفات الامتداد Automated Kiosk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}