AutoFresco

Fresco Courses Automation Tool

Τι είναι το AutoFresco;

Το AutoFresco είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bhaskar Verma, και η κύρια λειτουργία του είναι "Fresco Courses Automation Tool".

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

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

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

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

                        A Chrome Extension to Automate Fresco Play Courses (T-Factor) for TCS Employees

Now supports automatic solving of katakoda based hands-on built into the Fresco.

Just Open the course, Start Extension and Rest.

My extension does the job for you and alerts only when there is an exam.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AutoFresco AutoFresco
ID eenbcnfjlldpokpogobjhalenbkklllj
Επίσημο URL https://chromewebstore.google.com/detail/autofresco/eenbcnfjlldpokpogobjhalenbkklllj
Περιγραφή Fresco Courses Automation Tool
Μέγεθος Αρχείου 10.92 KB
Αριθμός Εγκαταστάσεων 143
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2020-06-22
Ημερομηνία Δημοσίευσης 2020-06-21
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Bhaskar Verma
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoFresco",
    "version": "0.2.0",
    "description": "Fresco Courses Automation Tool",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "author": "Bhaskar Verma",
    "web_accessible_resources": [
        "beep.mp3"
    ]
}