Flow Diagram with Screenshots

Allows you to capture your desktop to generate a flow diagram with screenshots.

Vad är Flow Diagram with Screenshots?

Flow Diagram with Screenshots är en Chrome-tillägg utvecklad av Plataforma de Assinaturas, och dess huvudfunktion är "Allows you to capture your desktop to generate a flow diagram with screenshots.".

Tilläggsskärmbilder

screenshot

Ladda ner Flow Diagram with Screenshots-förlängningens CRX-fil

Ladda ner Flow Diagram with Screenshots-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

                        Instructions:
1) Install the extension
2) And open: https://jorgemangueira.com/fds/                    

Grundläggande Information om Tillägg

Namn Flow Diagram with Screenshots Flow Diagram with Screenshots
ID jkkegbinggpnjibncfepgfgaklceohek
Officiell webbadress https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek
Beskrivning Allows you to capture your desktop to generate a flow diagram with screenshots.
Filstorlek 71.13 KB
Antal Installationer 484
Aktuell Version 0.1.3
Senast Uppdaterad 2018-10-31
Publiceringsdatum 2018-10-31
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Plataforma de Assinaturas
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flow Diagram with Screenshots",
    "description": "Allows you to capture your desktop to generate a flow diagram with screenshots.",
    "version": "0.1.3",
    "author": "Jorge A. Mangueira",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/jorgemangueira.com\/*\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}