Advantage Data Security Plugin

Advantage Data Authentication Module.

Advantage Data Security Plugin là gì?

Advantage Data Security Plugin là một tiện ích mở rộng Chrome được phát triển bởi http://advantagedata.com, và tính năng chính của nó là "Advantage Data Authentication Module.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Advantage Data Security Plugin

Tải xuống các tệp mở rộng Advantage Data Security Plugin 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 is required for all Advantage Data clients who wish to logon using the Chrome browser.

Founded in 1997, Advantage Data is one of the largest and most accurate sources of credit and credit derivative pricing, descriptive, financial and analytical information in the world. With a worldwide customer base of corporations, issuers, financial intermediaries and institutional investors, Advantage Data has forged a unique position within the financial services industry by providing an unparalleled range of patented features in its twelve products:

North American High Yield, North American Investment Grade, European High Yield, European Investment Grade, Convertible, Global, Emerging Markets, CDS, Syndicated Loan, Old Bonds, Equity Advantage, and TRACE.

Advantage Data is your fixed-income and capital markets solution for pricing, analytics, reports, and understanding on approximately 390,000+ U.S. and international corporate bonds, over 5,200 CDS reference entities, over 12,600 syndicated loans, 1,500 ETFs, and over 100 equity markets worldwide.                    

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

Tên Advantage Data Security Plugin Advantage Data Security Plugin
ID fbjjfkcpcnhdaohopffafdeeofghgbhj
URL Chính Thức https://chrome.google.com/webstore/detail/advantage-data-security-p/fbjjfkcpcnhdaohopffafdeeofghgbhj
Mô tả Advantage Data Authentication Module.
Kích Thước Tệp 41.8 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2015-05-05
Ngày Phát Hành 2015-05-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://advantagedata.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.advantagedata.com
URL Trang Trợ Giúp https://www.advantagedata.com/index.cfm?page=security_plugin
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advantage Data Security Plugin",
    "short_name": "ADI Authenticator",
    "version": "1.4",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "description": "Advantage Data Authentication Module.",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "",
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.advantagedata.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}