Adobe Xd E-tools

An extension to enable Adobe Xd prototype email tools

Adobe Xd E-tools란 무엇입니까?

Adobe Xd E-tools은(는) Rafael Prado에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to enable Adobe Xd prototype email tools"입니다.

확장 프로그램 스크린샷

screenshot

Adobe Xd E-tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ease email management for adobe xd prototypes through an extension that creates a toolbox.

📝 About 

In a workflow where we used Adobe Xd as the primary way to validate prototypes, a gap was identified when it came to managing guest emails. The button is only generated when the user has access to invite someone in the prototype, following as access and privileges granted through Adobe Xd.

The author of this extension is free from any malicious use of the source code.

===============

👨🏽‍💻How to use:

1. Install extension
2. Enable extension
3. Go to your adobe xd prototype link or refresh your prototype page

===============

💸 This is a open source project, read more: https://github.com/rpradosilva/adobexd-etools                    

확장 프로그램 기본 정보

이름 Adobe Xd E-tools Adobe Xd E-tools
ID dpbkhbpcahphenpdohcacldcfjejonoc
공식 URL https://chromewebstore.google.com/detail/adobe-xd-e-tools/dpbkhbpcahphenpdohcacldcfjejonoc
설명 An extension to enable Adobe Xd prototype email tools
파일 크기 21.96 KB
설치 횟수 421
현재 버전 2.3
최근 업데이트 2023-03-28
출시 날짜 2021-11-18
개발자 Rafael Prado
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rpradosilva/adobexd-etools
도움말 페이지 URL https://github.com/rpradosilva/adobexd-etools
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adobe Xd E-tools",
    "description": "An extension to enable Adobe Xd prototype email tools",
    "version": "2.3",
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_icon": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/xd.adobe.com\/*"
            ],
            "js": [
                "content.js",
                "commands\/copy.js",
                "commands\/create.js",
                "commands\/filter.js",
                "commands\/generate.js",
                "commands\/read.js",
                "commands\/remove.js"
            ]
        }
    ],
    "manifest_version": 3
}