Docoh Web Clipper

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

Docoh Web Clipper là gì?

Docoh Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://docoh.com, và tính năng chính của nó là "Quickly save web articles as notes in Docoh, to help research your investment ideas.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Docoh Web Clipper

Tải xuống các tệp mở rộng Docoh 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Docoh Web Clipper Docoh Web Clipper
ID hkejpbfjpmjpebppbbkfgjinfooafamb
URL Chính Thức https://chromewebstore.google.com/detail/docoh-web-clipper/hkejpbfjpmjpebppbbkfgjinfooafamb
Mô tả Quickly save web articles as notes in Docoh, to help research your investment ideas.
Kích Thước Tệp 345 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2022-08-27
Ngày Phát Hành 2021-02-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://docoh.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://docoh.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}