One Browser Agent

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

One Browser Agentとは何ですか?

One Browser AgentはHari Krishna Gallaによって開発されたChromeの拡張機能で、その主な機能は「This agent monitors the browser and captures the login forms and send them to One Key Applicaiton」です。

拡張機能のスクリーンショット

screenshot
screenshot

One Browser Agent拡張機能のCRXファイルをダウンロード

One Browser Agent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 One Browser Agent One Browser Agent
ID kobbebjdlkjcdbnnonblhfofcajfkigj
公式URL https://chromewebstore.google.com/detail/one-browser-agent/kobbebjdlkjcdbnnonblhfofcajfkigj
説明 This agent monitors the browser and captures the login forms and send them to One Key Applicaiton
ファイルサイズ 65.96 KB
インストール数 2,522
現在のバージョン 1.0
最終更新日 2016-06-13
公開日 2016-06-12
評価 4.70/5 合計 10 レビュー
開発者 Hari Krishna Galla
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}