Automated Kiosk

Automated web surfing

Automated Kiosk क्या है?

Automated Kiosk automatedkiosk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automated web surfing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Automated Kiosk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}