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"
    ]
}