Captur

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

What is Captur?

Captur is a Chrome extension developed by Unknown, and its main feature is "This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further".

Extension Screenshots

screenshot

Download Captur Extension CRX File

Download Captur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Captur Captur
ID aacoejeofdjipkomicinbdcffhhmadff
Official URL 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
File Size 76.18 KB
Installation Count 32
Current Version 1.0
Last Updated 2019-03-25
Publish Date 2019-03-20
Rating 4.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}