Axure Cloud Extension

Capture screenshots of your prototype to attach to Axure Cloud comments. When commenting, click the camera icon to add a screenshot.

Axure Cloud Extensionとは何ですか?

Axure Cloud Extensionはhttps://axure.comによって開発されたChromeの拡張機能で、その主な機能は「Capture screenshots of your prototype to attach to Axure Cloud comments. When commenting, click the camera icon to add a screenshot.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Axure Cloud Extension拡張機能のCRXファイルをダウンロード

Axure Cloud Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily add context to your Axure Cloud discussions by attaching screenshots of your prototype to a comment. After installing the extension, refresh your browser, and then click the camera icon when adding a comment.

Please note: This is only for use for screenshotting in Axure Cloud and attaching to comments within Axure Cloud discussions and is not a general screenshot tool.
If you have any issues or questions, please email [email protected] To download the latest version of Axure RP or a free 30-day trial, visit axure.com/download.                    

拡張機能の基本情報

名前 Axure Cloud Extension Axure Cloud Extension
ID fiidicpfcmmoobdpadllfjklbdegfjaf
公式URL https://chromewebstore.google.com/detail/axure-cloud-extension/fiidicpfcmmoobdpadllfjklbdegfjaf
説明 Capture screenshots of your prototype to attach to Axure Cloud comments. When commenting, click the camera icon to add a screenshot.
ファイルサイズ 18.74 KB
インストール数 12,179
現在のバージョン 1.2.1
最終更新日 2022-11-02
公開日 2019-03-11
評価 3.33/5 合計 18 レビュー
開発者 https://axure.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://docs.axure.com/axure-cloud/reference/discussions/#screenshots-in-discussions
プライバシーポリシーページのURL https://www.axure.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Axure Cloud Extension",
    "version": "1.2.1",
    "description": "Capture screenshots of your prototype to attach to Axure Cloud comments. When commenting, click the camera icon to add a screenshot.",
    "action": {
        "default_icon": "cloud_16.png",
        "default_title": "Axure Cloud Screenshot Extension"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "axScreenshot.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "cloud_16.png",
        "32": "cloud_32.png",
        "64": "cloud_64.png",
        "128": "cloud_128.png"
    },
    "commands": {
        "shortcutScreenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Ctrl+Shift+1"
            },
            "description": "Create Screenshot via Keyboard"
        }
    }
}