FactSet - Internal Research Notes
Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.
Что такое FactSet - Internal Research Notes?
FactSet - Internal Research Notes - это расширение Chrome, разработанное FactSet Research Systems, и его основная функция - "Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application.".
Снимки экрана расширения
Скачать файл CRX расширения FactSet - Internal Research Notes
Скачайте файлы расширений FactSet - Internal Research Notes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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! Основная информация о расширении
| Название | |
| ID | fhopgfppaaikfbgahdeaaacolfkbidka |
| Официальный URL | https://chromewebstore.google.com/detail/factset-internal-research/fhopgfppaaikfbgahdeaaacolfkbidka |
| Описание | Use the FactSet Internal Research Notes (IRN) extension to save contents you view on the web into your IRN application. |
| Размер файла | 54.9 KB |
| Количество установок | 301 |
| Текущая Версия | 1.0.7 |
| Последнее Обновление | 2021-03-10 |
| Дата публикации | 2020-04-09 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | FactSet Research Systems |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.factset.com |
| URL страницы помощи | https://support.factset.com |
| Поддерживаемые языки | 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
} | |