SFR / NEUF Hotspot AutoFill

Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA).

SFR / NEUF Hotspot AutoFill क्या है?

SFR / NEUF Hotspot AutoFill vcotta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA)."।

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

screenshot
screenshot

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

crx प्रारूप में SFR / NEUF Hotspot AutoFill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Version 5.2.25: Correction du problème de boucle en cas d'affichage de popup.

Version 5.2.24: Correction du problème de connexion sur les pages Hostpot +FON. Merci à P.C pour le report.

---

Chrome ne sauvegarde pas votre mot de passe? Marre d'avoir à retaper celui ci et à cocher les termes et conditions avant de pouvoir vous connecter à un hotspot? Cette extension est faite pour vous!                    

एक्सटेंशन की मूल जानकारी

नाम SFR / NEUF Hotspot AutoFill SFR / NEUF Hotspot AutoFill
ID jpcokheimfkcoofnbgalbeogbgpjlajo
आधिकारिक URL https://chromewebstore.google.com/detail/sfr-neuf-hotspot-autofill/jpcokheimfkcoofnbgalbeogbgpjlajo
विवरण Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA).
फ़ाइल का आकार 185 KB
स्थापना संख्या 1,084
वर्तमान संस्करण 5.2.25
अंतिम अपडेट 2014-12-21
प्रकाशन तिथि 2014-12-21
रेटिंग 3.78/5 कुल 105 रेटिंग्स
डेवलपर vcotta
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ fr
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "options.html",
        "default_title": "SFR \/ NEUF Hotspot AutoFill"
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "*res=success*",
                "*res=failed*"
            ],
            "include_globs": [
                "https:\/\/hotspot.wifi.sfr.fr",
                "https:\/\/hotspot.wifi.sfr.fr\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; object-src 'self'; media-src 'self' *; connect-src 'self' *",
    "description": "Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR \/ NEUF (User \/ Password \/ LA).",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "name": "SFR \/ NEUF Hotspot AutoFill",
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.2.25"
}