Docoh Web Clipper

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

What is Docoh Web Clipper?

Docoh Web Clipper is a Chrome extension developed by https://docoh.com, and its main feature is "Quickly save web articles as notes in Docoh, to help research your investment ideas.".

Extension Screenshots

screenshot

Download Docoh Web Clipper Extension CRX File

Download Docoh Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Docoh Web Clipper Docoh Web Clipper
ID hkejpbfjpmjpebppbbkfgjinfooafamb
Official URL https://chromewebstore.google.com/detail/docoh-web-clipper/hkejpbfjpmjpebppbbkfgjinfooafamb
Description Quickly save web articles as notes in Docoh, to help research your investment ideas.
File Size 345 KB
Installation Count 115
Current Version 1.0.6
Last Updated 2022-08-27
Publish Date 2021-02-15
Rating 5.00/5 Total 2 Ratings
Developer https://docoh.com
Payment Type free
Help Page URL https://docoh.com/contact
Supported Languages 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"
    }
}