Docoh Web Clipper

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

Vad är Docoh Web Clipper?

Docoh Web Clipper är en Chrome-tillägg utvecklad av https://docoh.com, och dess huvudfunktion är "Quickly save web articles as notes in Docoh, to help research your investment ideas.".

Tilläggsskärmbilder

screenshot

Ladda ner Docoh Web Clipper-förlängningens CRX-fil

Ladda ner Docoh Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Docoh Web Clipper Docoh Web Clipper
ID hkejpbfjpmjpebppbbkfgjinfooafamb
Officiell webbadress https://chromewebstore.google.com/detail/docoh-web-clipper/hkejpbfjpmjpebppbbkfgjinfooafamb
Beskrivning Quickly save web articles as notes in Docoh, to help research your investment ideas.
Filstorlek 345 KB
Antal Installationer 115
Aktuell Version 1.0.6
Senast Uppdaterad 2022-08-27
Publiceringsdatum 2021-02-15
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://docoh.com
Betalningssätt free
Hjälpsida URL https://docoh.com/contact
Stödda Språk 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"
    }
}