Captur

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

Qu'est-ce que Captur ?

Captur est une extension Chrome développée par Unknown, et sa fonction principale est "This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Captur

Téléchargez les fichiers d'extension Captur au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Captur Captur
ID aacoejeofdjipkomicinbdcffhhmadff
URL Officiel https://chromewebstore.google.com/detail/captur/aacoejeofdjipkomicinbdcffhhmadff
Description This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further
Taille du Fichier 76.18 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-25
Date de Publication 2019-03-20
Évaluation 4.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}