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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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", " |