One Browser Agent

This agent monitors the browser and captures the login forms and send them to One Key Applicaiton

Qu'est-ce que One Browser Agent ?

One Browser Agent est une extension Chrome développée par Hari Krishna Galla, et sa fonction principale est "This agent monitors the browser and captures the login forms and send them to One Key Applicaiton".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension One Browser Agent

Téléchargez les fichiers d'extension One Browser Agent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension monitors the chrome browsers for login forms and captures the information. But this is dependent on the One Key Password Manager Application for storing and managing the login forms. Please install the One Key Password Manager Application for complete setup.                    

Informations de Base sur l'Extension

Nom One Browser Agent One Browser Agent
ID kobbebjdlkjcdbnnonblhfofcajfkigj
URL Officiel https://chromewebstore.google.com/detail/one-browser-agent/kobbebjdlkjcdbnnonblhfofcajfkigj
Description This agent monitors the browser and captures the login forms and send them to One Key Applicaiton
Taille du Fichier 65.96 KB
Nombre d'Installations 2,522
Version Actuelle 1.0
Dernière Mise à Jour 2016-06-13
Date de Publication 2016-06-12
Évaluation 4.70/5 Total 10 Évaluations
Développeur Hari Krishna Galla
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Browser Agent",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This agent monitors the browser and captures the login forms and send them to One Key Applicaiton",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/aes.js",
            "js\/util.js",
            "js\/agentbackground.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "management"
    ],
    "web_accessible_resources": [
        "js\/pageAgent.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.2.2.min.js",
                "js\/util.js",
                "js\/htmlutil.js",
                "js\/okagent.js"
            ],
            "run_at": "document_start"
        }
    ]
}