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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", " |