One Browser Agent

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

One Browser Agent là gì?

One Browser Agent là một tiện ích mở rộng Chrome được phát triển bởi Hari Krishna Galla, và tính năng chính của nó là "This agent monitors the browser and captures the login forms and send them to One Key Applicaiton".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng One Browser Agent

Tải xuống các tệp mở rộng One Browser Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên One Browser Agent One Browser Agent
ID kobbebjdlkjcdbnnonblhfofcajfkigj
URL Chính Thức https://chromewebstore.google.com/detail/one-browser-agent/kobbebjdlkjcdbnnonblhfofcajfkigj
Mô tả This agent monitors the browser and captures the login forms and send them to One Key Applicaiton
Kích Thước Tệp 65.96 KB
Số Lần Cài Đặt 2,522
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-13
Ngày Phát Hành 2016-06-12
Đánh Giá 4.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Hari Krishna Galla
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}