Sentieo Web Clipper

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

O que é Sentieo Web Clipper?

Sentieo Web Clipper é uma extensão do Chrome desenvolvida por sentieo-chrome-apps, e sua principal característica é "This Sentieo extension helps you to use our Sentieo technology on other financial data websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sentieo Web Clipper

Baixe arquivos de extensão Sentieo Web Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sentieo Web Clipper Sentieo Web Clipper
ID cjmdimmobfkpcglpdbbpgfendbldabpd
URL Oficial https://chromewebstore.google.com/detail/sentieo-web-clipper/cjmdimmobfkpcglpdbbpgfendbldabpd
Descrição This Sentieo extension helps you to use our Sentieo technology on other financial data websites.
Tamanho do Arquivo 524 KB
Contagem de Instalações 1,019
Versão Atual 1.0.13
Última Atualização 2022-10-31
Data de Publicação 2019-12-17
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor sentieo-chrome-apps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}