Docoh Web Clipper

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

Co to jest Docoh Web Clipper?

Docoh Web Clipper to rozszerzenie Chrome opracowane przez https://docoh.com, a jego główną funkcją jest „Quickly save web articles as notes in Docoh, to help research your investment ideas.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Docoh Web Clipper

Pobierz pliki rozszerzeń Docoh Web Clipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Docoh Web Clipper Docoh Web Clipper
ID hkejpbfjpmjpebppbbkfgjinfooafamb
Oficjalny URL https://chromewebstore.google.com/detail/docoh-web-clipper/hkejpbfjpmjpebppbbkfgjinfooafamb
Opis Quickly save web articles as notes in Docoh, to help research your investment ideas.
Rozmiar pliku 345 KB
Liczba instalacji 115
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2022-08-27
Data Publikacji 2021-02-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://docoh.com
Typ Płatności free
Adres URL Strony Pomocy https://docoh.com/contact
Obsługiwane Języki 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"
    }
}