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
官方網址 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"
    ]
}