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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Axure Cloud Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    }
}