One Browser Agent

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

Apa itu One Browser Agent?

One Browser Agent adalah ekstensi Chrome yang dikembangkan oleh Hari Krishna Galla, dan fitur utamanya adalah "This agent monitors the browser and captures the login forms and send them to One Key Applicaiton".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi One Browser Agent

Unduh file ekstensi One Browser Agent dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama One Browser Agent One Browser Agent
ID kobbebjdlkjcdbnnonblhfofcajfkigj
URL Resmi https://chromewebstore.google.com/detail/one-browser-agent/kobbebjdlkjcdbnnonblhfofcajfkigj
Deskripsi This agent monitors the browser and captures the login forms and send them to One Key Applicaiton
Ukuran File 65.96 KB
Jumlah Instalasi 2,522
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-06-13
Tanggal Publikasi 2016-06-12
Penilaian 4.70/5 Total 10 Penilaian
Pengembang Hari Krishna Galla
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}