Captur

This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further

Wat is Captur?

Captur is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Captur

Download Captur-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

                        This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further                    

Basisinformatie over de Extensie

Naam Captur Captur
ID aacoejeofdjipkomicinbdcffhhmadff
Officiële URL https://chromewebstore.google.com/detail/captur/aacoejeofdjipkomicinbdcffhhmadff
Beschrijving This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further
Bestandsgrootte 76.18 KB
Aantal Installaties 32
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-25
Publicatiedatum 2019-03-20
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Captur",
    "author": "Pankaj Prakash Shinde ([email protected])",
    "version": "1.0",
    "description": "This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "FileSaver.js",
                "jquery.wordexport.js",
                "underscore.js",
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_on-19.png",
        "48": "icons\/icon_on-19.png",
        "128": "icons\/icon_on-19.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_off-19.png"
    },
    "web_accessible_resources": [
        "jquery.min.js",
        "FileSaver.js",
        "jquery.wordexport.js",
        "underscore.js"
    ]
}