Flow Diagram with Screenshots

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

Wat is Flow Diagram with Screenshots?

Flow Diagram with Screenshots is een Chrome-extensie ontwikkeld door Plataforma de Assinaturas, en de belangrijkste functie is "Allows you to capture your desktop to generate a flow diagram with screenshots.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flow Diagram with Screenshots

Download Flow Diagram with Screenshots-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Flow Diagram with Screenshots Flow Diagram with Screenshots
ID jkkegbinggpnjibncfepgfgaklceohek
Officiële URL https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek
Beschrijving Allows you to capture your desktop to generate a flow diagram with screenshots.
Bestandsgrootte 71.13 KB
Aantal Installaties 484
Huidige Versie 0.1.3
Laatst Bijgewerkt 2018-10-31
Publicatiedatum 2018-10-31
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Plataforma de Assinaturas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}