Advantage Data Security Plugin

Advantage Data Authentication Module.

Τι είναι το Advantage Data Security Plugin;

Το Advantage Data Security Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://advantagedata.com, και η κύρια λειτουργία του είναι "Advantage Data Authentication Module.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Advantage Data Security Plugin

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
        ]
    }
}