FactSet - Internal Research Notes

Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.

Co to jest FactSet - Internal Research Notes?

FactSet - Internal Research Notes to rozszerzenie Chrome opracowane przez FactSet Research Systems, a jego główną funkcją jest „Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FactSet - Internal Research Notes

Pobierz pliki rozszerzeń FactSet - Internal Research Notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        FactSet Internal Research Notes Extension allows you to create notes as you browse contents on the web.  It also has a native entity recognition module which will auto tag the FactSet entity based on the content selected from the web.

*NOTE* The FactSet Chrome Extension is for subscribers to FactSet only!                    

Podstawowe informacje o rozszerzeniu

Nazwa FactSet - Internal Research Notes FactSet - Internal Research Notes
ID fhopgfppaaikfbgahdeaaacolfkbidka
Oficjalny URL https://chromewebstore.google.com/detail/factset-internal-research/fhopgfppaaikfbgahdeaaacolfkbidka
Opis Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.
Rozmiar pliku 54.9 KB
Liczba instalacji 301
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2021-03-10
Data Publikacji 2020-04-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper FactSet Research Systems
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.factset.com
Adres URL Strony Pomocy https://support.factset.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FactSet - Internal Research Notes",
    "description": "Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.",
    "version": "1.0.7",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "FactSet - Internal Research Notes",
        "default_icon": "f_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "f_16.png",
        "48": "f_48.png",
        "128": "f_128.png"
    },
    "manifest_version": 2
}