Sentieo Web Clipper

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

什么是Sentieo Web Clipper?

Sentieo Web Clipper是由sentieo-chrome-apps开发的Chrome扩展程序,该扩展的主要功能是“This Sentieo extension helps you to use our Sentieo technology on other financial data websites.”。

扩展截图

screenshot
screenshot
screenshot

下载Sentieo Web Clipper扩展crx文件

下载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"
    ]
}