Sentieo Web Clipper
This Sentieo extension helps you to use our Sentieo technology on other financial data websites.
Sentieo Web Clipper là gì?
Sentieo Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi sentieo-chrome-apps, và tính năng chính của nó là "This Sentieo extension helps you to use our Sentieo technology on other financial data websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sentieo Web Clipper
Tải xuống các tệp mở rộng Sentieo Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sentieo Web Clipper |
ID | cjmdimmobfkpcglpdbbpgfendbldabpd |
URL Chính Thức | https://chromewebstore.google.com/detail/sentieo-web-clipper/cjmdimmobfkpcglpdbbpgfendbldabpd |
Mô tả | This Sentieo extension helps you to use our Sentieo technology on other financial data websites. |
Kích Thước Tệp | 524 KB |
Số Lần Cài Đặt | 1,019 |
Phiên Bản Hiện Tại | 1.0.13 |
Cập Nhật Lần Cuối | 2022-10-31 |
Ngày Phát Hành | 2019-12-17 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | sentieo-chrome-apps |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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", " |