Automated Kiosk

Automated web surfing

Τι είναι το Automated Kiosk;

Το Automated Kiosk είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον automatedkiosk, και η κύρια λειτουργία του είναι "Automated web surfing".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Automated Kiosk

Λήψη αρχείων επέκτασης Automated Kiosk σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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