Docoh Web Clipper

Quickly save web articles as notes in Docoh, to help research your investment ideas.

Docoh Web Clipper란 무엇입니까?

Docoh Web Clipper은(는) https://docoh.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly save web articles as notes in Docoh, to help research your investment ideas."입니다.

확장 프로그램 스크린샷

screenshot

Docoh Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use the Docoh Web Clipper Chrome extension to create private Docoh notes from full web pages or selections of content from your browser window. Tag your note by ticker or folder name, and save to your Docoh account to be viewed or edited later.                    

확장 프로그램 기본 정보

이름 Docoh Web Clipper Docoh Web Clipper
ID hkejpbfjpmjpebppbbkfgjinfooafamb
공식 URL https://chromewebstore.google.com/detail/docoh-web-clipper/hkejpbfjpmjpebppbbkfgjinfooafamb
설명 Quickly save web articles as notes in Docoh, to help research your investment ideas.
파일 크기 345 KB
설치 횟수 115
현재 버전 1.0.6
최근 업데이트 2022-08-27
출시 날짜 2021-02-15
평점 5.00/5 총 2 개의 평점
개발자 https://docoh.com
결제 유형 free
도움말 페이지 URL https://docoh.com/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Docoh Web Clipper",
    "version": "1.0.6",
    "description": "Quickly save web articles as notes in Docoh, to help research your investment ideas.",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_title": "Docoh Web Clipper",
        "default_popup": "main.html",
        "default_icon": {
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png",
            "180": "icons\/icon-180.png"
        }
    },
    "icons": {
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "180": "icons\/icon-180.png"
    }
}