Manilla - Auto Login

Manilla Auto Login

Manilla - Auto Login क्या है?

Manilla - Auto Login https://manilla.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manilla Auto Login"।

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

screenshot
screenshot
screenshot

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

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

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

                        Overview
To use the Auto Login extension, you will need to have a Manilla account. Sign up at http://www.manilla.com.

The Manilla Auto Login extension allows you to seamlessly access some linked accounts without entering a password, making it even faster and easier to manage all of your accounts. Once you've installed it, just click the "pay bill" or "go to site" button from an account page.

The Auto Login extension is available for the Chrome, Firefox, Internet Explorer, and Safari browsers. Mobile browsers such as iOS and Android are not supported. The extension must be installed separately for each browser and computer on which you use Manilla.

Security
Your login information is communicated securely to the Auto Login extension using AES 256-bit encryption (the strongest version of a standard endorsed by the National Institute of Standards and Technology). None of your information is stored in the Auto Login extension itself. The Auto Login extension is not recommended for use with public computers.                    

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

नाम Manilla - Auto Login Manilla - Auto Login
ID ofnmjkalkfignhmkhohdaipkbcchbmca
आधिकारिक URL https://chromewebstore.google.com/detail/manilla-auto-login/ofnmjkalkfignhmkhohdaipkbcchbmca
विवरण Manilla Auto Login
फ़ाइल का आकार 2.4 MB
स्थापना संख्या 3,779
वर्तमान संस्करण 2.0.28
अंतिम अपडेट 2013-09-12
प्रकाशन तिथि 2013-09-11
रेटिंग 3.45/5 कुल 11 रेटिंग्स
डेवलपर https://manilla.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.manilla.com/
सहायता पृष्ठ URL https://www.manilla.com/what-is-manilla/faq/
समर्थित भाषाएँ id,ms,de,en-GB,en-US,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "name": "Manilla - Auto Login ",
    "version": "2.0.28",
    "description": "Manilla Auto Login",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en_US",
    "permissions": [
        "tabs",
        "http:\/\/*.manilla.com\/*",
        "https:\/\/*.manilla.com\/*",
        "http:\/\/*.lastpass.com\/*",
        "https:\/\/*.lastpass.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "onloadwff.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "csp.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}