LPU Wireless Auto Connect

Connect Automatically to LPU Wireless Network

Τι είναι το LPU Wireless Auto Connect;

Το LPU Wireless Auto Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TUTORIEX, και η κύρια λειτουργία του είναι "Connect Automatically to LPU Wireless Network".

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

screenshot

Λήψη αρχείου CRX της επέκτασης LPU Wireless Auto Connect

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

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

                        Introducing the LPU Wireless Auto Connect extension - your ultimate solution for uninterrupted internet connectivity at LPU.

Have you ever been frustrated with the constant need to manually connect to the LPU Wireless Network every time you open your browser? Say goodbye to those tedious steps! With the LPU Wireless Auto Connect extension, you can ensure a seamless and automatic connection to the LPU Wireless Network, enhancing your online experience.

Key Features:

Automatic Connection: Once set up, enjoy an instant connection to the LPU Wireless Network every time you launch your browser.
User-Friendly Interface: Simple and intuitive design ensures that even non-tech-savvy users can set it up in minutes.
Secure & Reliable: Built with the latest security protocols to ensure your connection remains safe and stable.
Why Install LPU Wireless Auto Connect?

Save Time: No more manual configurations or repeated logins. Get connected in seconds!
Enhanced Productivity: With a stable connection, you can focus on your tasks without any interruptions.
Optimized for LPU: Designed exclusively for LPU students and staff, ensuring compatibility and efficiency.
In today's digital age, uninterrupted internet connectivity is crucial for academic and professional success. The LPU Wireless Auto Connect extension is tailored to meet the specific needs of the LPU community, ensuring you stay connected whenever you need it.

Boost your online experience at LPU. Install the LPU Wireless Auto Connect extension today!                    

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

Όνομα LPU Wireless Auto Connect LPU Wireless Auto Connect
ID cdallinjehmniibnfcmbejbpngmjlgib
Επίσημο URL https://chromewebstore.google.com/detail/lpu-wireless-auto-connect/cdallinjehmniibnfcmbejbpngmjlgib
Περιγραφή Connect Automatically to LPU Wireless Network
Μέγεθος Αρχείου 221 KB
Αριθμός Εγκαταστάσεων 131
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2023-11-20
Ημερομηνία Δημοσίευσης 2023-09-15
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής TUTORIEX
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://s.tutoriex.com/laf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LPU Wireless Auto Connect",
    "version": "0.0.3",
    "description": "Connect Automatically to LPU Wireless Network",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17005151300.chunk.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}