Advantage Data Security Plugin

Advantage Data Authentication Module.

Co je Advantage Data Security Plugin?

Advantage Data Security Plugin je rozšíření Chrome vyvinuté http://advantagedata.com, a jeho hlavní funkcí je „Advantage Data Authentication Module.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Advantage Data Security Plugin

Stáhněte si soubory rozšíření Advantage Data Security Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Advantage Data Security Plugin Advantage Data Security Plugin
ID fbjjfkcpcnhdaohopffafdeeofghgbhj
Oficiální URL https://chrome.google.com/webstore/detail/advantage-data-security-p/fbjjfkcpcnhdaohopffafdeeofghgbhj
Popis Advantage Data Authentication Module.
Velikost souboru 41.8 KB
Počet instalací 191
Aktuální Verze 1.4
Poslední Aktualizace 2015-05-05
Datum Vydání 2015-05-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář http://advantagedata.com
Typ Platby free
Webové stránky Rozšíření https://www.advantagedata.com
URL Stránky Nápovědy https://www.advantagedata.com/index.cfm?page=security_plugin
Podporované Jazyky 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"
        ]
    }
}