Advantage Data Security Plugin

Advantage Data Authentication Module.

O que é Advantage Data Security Plugin?

Advantage Data Security Plugin é uma extensão do Chrome desenvolvida por http://advantagedata.com, e sua principal característica é "Advantage Data Authentication Module.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Advantage Data Security Plugin

Baixe arquivos de extensão Advantage Data Security Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Advantage Data Security Plugin Advantage Data Security Plugin
ID fbjjfkcpcnhdaohopffafdeeofghgbhj
URL Oficial https://chrome.google.com/webstore/detail/advantage-data-security-p/fbjjfkcpcnhdaohopffafdeeofghgbhj
Descrição Advantage Data Authentication Module.
Tamanho do Arquivo 41.8 KB
Contagem de Instalações 191
Versão Atual 1.4
Última Atualização 2015-05-05
Data de Publicação 2015-05-05
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://advantagedata.com
Tipo de Pagamento free
Site da Extensão https://www.advantagedata.com
URL da Página de Ajuda https://www.advantagedata.com/index.cfm?page=security_plugin
Idiomas Suportados 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"
        ]
    }
}