Sentieo Web Clipper

This Sentieo extension helps you to use our Sentieo technology on other financial data websites.

Что такое Sentieo Web Clipper?

Sentieo Web Clipper - это расширение Chrome, разработанное sentieo-chrome-apps, и его основная функция - "This Sentieo extension helps you to use our Sentieo technology on other financial data websites.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Sentieo Web Clipper

Скачайте файлы расширений Sentieo Web Clipper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Save web content relevant to your financial research directly to your Sentieo Notebook

When you come across an interesting web article or PDF on the web, clip it with the Sentieo Web Clipper to save a copy of the article to your Sentieo Notebook .
• Access content, annotate and add highlights from all of your devices
• Tag the article with specific tickers and keywords
• Share the content with your teammate                    

Основная информация о расширении

Название Sentieo Web Clipper Sentieo Web Clipper
ID cjmdimmobfkpcglpdbbpgfendbldabpd
Официальный URL https://chromewebstore.google.com/detail/sentieo-web-clipper/cjmdimmobfkpcglpdbbpgfendbldabpd
Описание This Sentieo extension helps you to use our Sentieo technology on other financial data websites.
Размер файла 524 KB
Количество установок 1,019
Текущая Версия 1.0.13
Последнее Обновление 2022-10-31
Дата публикации 2019-12-17
Рейтинг 5.00/5 Всего 5 оценок
Разработчик sentieo-chrome-apps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sentieo Web Clipper",
    "short_name": "Web Clipper",
    "description": "This Sentieo extension helps you to use our Sentieo technology on other financial data websites.",
    "version": "1.0.13",
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon76.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jquery.sentieomin.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/readability.js",
                "domFinder.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.sentieo.com\/*",
                "https:\/\/*.sentieo.com\/*"
            ],
            "js": [
                "js\/readability.js",
                "js\/ocen.js",
                "js\/interact.js",
                "js\/jquery.min.js",
                "js\/content_script.js",
                "js\/overlay.js",
                "js\/colorpicker.js",
                "js\/clipboard-polyfill.js"
            ],
            "css": [
                "css\/colorpicker.css",
                "css\/overlay.css"
            ],
            "run_at": "document_end"
        }
    ],
    "omnibox": {
        "keyword": "$"
    },
    "permissions": [
        "tabs",
        "cookies",
        "",
        "storage",
        "activeTab",
        "clipboardWrite",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/overlay.js",
        "overlay.html"
    ]
}