LogMote

LogMote provides a way to manage web site login/passwords stored on your smartphone when surfing the internet with your computer.

LogMote क्या है?

LogMote http://www.logmote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LogMote provides a way to manage web site login/passwords stored on your smartphone when surfing the internet with your computer."।

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

screenshot
screenshot
screenshot

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

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

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

                        LogMote provides a patented revolutionary way to manage web site login/passwords when surfing the internet with your computer(s) (Windows & Mac OS X). LogMote removes the daily burden of online passwords management/typing/remembering.

It securely stores your login/passwords on your smartphone, and then establishes a secured connection with your computer to open and login to your web sites automatically.

Your smartphone becomes the key to unlock and accelerate your web experience.

FEATURES:
- Store your website login/passwords securely to never forget them again
- Connect to your computer with a strong and unique QR Code-based authentication
- Automatic websites login and automatic login/passwords acquisition for new websites
- Recover your login/passwords in case of Theft/Loss/Renewal of your smartphone
- Only one access code to login to all your web accounts
- Protect yourself against keylogging and phishing threats

LogMote is the only solution to provide you with a way to recover your account if you forgot your access code.

The premium service offers you an online backup facility in case of theft, loss or renewal of your smartphone. This means you don't have to worry about making the backup of your login/passwords. We do it for you on our secure servers and deliver it to you whenever you need it.

The Premium service is accessible through a monthly/yearly subscription. Subscription is available from the LogMote application on your smartphone.

*All your data is encrypted and only YOU can access it (even LogMote employees can not).*

Please visit http://www.logmote.com for more information.                    

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

नाम LogMote LogMote
ID gidehhimhonhalglmckmogcclkeimdjp
आधिकारिक URL https://chrome.google.com/webstore/detail/logmote/gidehhimhonhalglmckmogcclkeimdjp
विवरण LogMote provides a way to manage web site login/passwords stored on your smartphone when surfing the internet with your computer.
फ़ाइल का आकार 1.46 MB
स्थापना संख्या 89
वर्तमान संस्करण 1.1.5.0
अंतिम अपडेट 2017-04-06
प्रकाशन तिथि 2017-04-06
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर http://www.logmote.com
भुगतान के प्रकार free
सहायता पृष्ठ URL http://logmote.com/contact.html
गोपनीयता नीति पृष्ठ URL http://logmote.com/privacy.html
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LogMote",
    "version": "1.1.5.0",
    "author": "LogMote SAS",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "minimum_chrome_version": "36",
    "permissions": [
        "notifications",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "tabs",
        "idle",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jscripts\/browser.js",
                "jscripts\/jquery.min.js",
                "jscripts\/proto\/long.min.js",
                "jscripts\/proto\/bytebuffer.min.js",
                "jscripts\/proto\/protobuf.min.js",
                "v2\/Logger.js",
                "v2\/Browser.js",
                "v2\/Browser\/Message.js",
                "v2\/Tools\/Proto.js",
                "inject-min.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/logo_disconnected.png"
        },
        "default_title": "__MSG_title__",
        "default_popup": "notification.html"
    },
    "web_accessible_resources": [
        "jscripts\/proto\/ads.proto",
        "jscripts\/proto\/comAgent.proto",
        "jscripts\/proto\/comAgentQrCode.proto",
        "jscripts\/proto\/comCompany.proto",
        "jscripts\/proto\/comCredentials.proto",
        "jscripts\/proto\/comDescriptors.proto",
        "jscripts\/proto\/comLight.proto",
        "jscripts\/proto\/connectionLess.proto",
        "jscripts\/proto\/extension.proto",
        "jscripts\/proto\/reporting.proto",
        "jscripts\/proto\/rules.proto",
        "html\/SlideFrame.html",
        "jscripts\/qrcode\/ocrad.js",
        "html\/GenPwdFrame.html",
        "html\/AccountFrame.html",
        "html\/LoginFrame.html",
        "html\/QRcodeFrame.html",
        "html\/AlertMessageFrame.html",
        "html\/RegisterAccount.html"
    ]
}