Automated Kiosk

Automated web surfing

Qu'est-ce que Automated Kiosk ?

Automated Kiosk est une extension Chrome développée par automatedkiosk, et sa fonction principale est "Automated web surfing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Automated Kiosk

Téléchargez les fichiers d'extension Automated Kiosk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Automated Kiosk Automated Kiosk
ID lbjeklomimammkeldgcleadlllbphnpl
URL Officiel https://chromewebstore.google.com/detail/automated-kiosk/lbjeklomimammkeldgcleadlllbphnpl
Description Automated web surfing
Taille du Fichier 44.07 KB
Nombre d'Installations 385
Version Actuelle 0.2.0.0
Dernière Mise à Jour 2015-03-27
Date de Publication 2015-03-27
Évaluation 3.00/5 Total 1 Évaluations
Développeur automatedkiosk
Type de Paiement free
Langues Prises en Charge 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"
}