Captur

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

什么是Captur?

Captur是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further”。

扩展截图

screenshot

下载Captur扩展crx文件

下载Captur扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Captur Captur
ID aacoejeofdjipkomicinbdcffhhmadff
官方URL https://chromewebstore.google.com/detail/captur/aacoejeofdjipkomicinbdcffhhmadff
简介 This Add-In helps you to take screenshot while executing your flow and export them to word file to email it further
文件大小 76.18 KB
安装次数 32
当前版本 1.0
更新时间 2019-03-25
上架时间 2019-03-20
评分 4.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    ]
}