Advantage Data Security Plugin

Advantage Data Authentication Module.

什麼是Advantage Data Security Plugin?

Advantage Data Security Plugin是由http://advantagedata.com開發的Chrome擴展程式,該擴展的主要功能是“Advantage Data Authentication Module.”。

擴展截圖

screenshot

下載Advantage Data Security Plugin擴展crx文件

下載Advantage Data Security Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Advantage Data Security Plugin Advantage Data Security Plugin
ID fbjjfkcpcnhdaohopffafdeeofghgbhj
官方網址 https://chrome.google.com/webstore/detail/advantage-data-security-p/fbjjfkcpcnhdaohopffafdeeofghgbhj
簡介 Advantage Data Authentication Module.
檔案大小 41.8 KB
安裝次數 191
目前版本 1.4
更新時間 2015-05-05
上架時間 2015-05-05
評分 5.00/5 共 2 次評分
開發者 http://advantagedata.com
付費類型 free
擴展官網 https://www.advantagedata.com
說明頁面URL https://www.advantagedata.com/index.cfm?page=security_plugin
支援的語言 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"
        ]
    }
}