ProofMe for Canva

Create proofs from your designs without leaving Canva. Add the power of visual review to the world’s easiest design app.

ProofMe for Canva란 무엇입니까?

ProofMe for Canva은(는) https://proofme.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create proofs from your designs without leaving Canva. Add the power of visual review to the world’s easiest design app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ProofMe for Canva 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Canva, the world's easiest graphic design app, has made it possible for millions of people to create professional quality designs on their own. ProofMe is a free app that let's you collaborate and get feedback on your designs, and it integrates seamlessly with Canva. After you install the 'ProofMe for Canva' Integration for Chrome, you'll be able to quickly and easily review your designs with anyone you choose. Like Canva, ProofMe is free to use as long as you want — with an unlimited number of reviewers. Use them together and you'll be unstoppable.

Learn more at https://proofme.com/integrations/canva                    

확장 프로그램 기본 정보

이름 ProofMe for Canva ProofMe for Canva
ID apadgkjcfhdiokfmapedcbgidfigplgf
공식 URL https://chrome.google.com/webstore/detail/proofme-for-canva/apadgkjcfhdiokfmapedcbgidfigplgf
설명 Create proofs from your designs without leaving Canva. Add the power of visual review to the world’s easiest design app.
파일 크기 4.02 MB
설치 횟수 10,000
현재 버전 0.0.15
최근 업데이트 2017-02-15
출시 날짜 2017-02-15
평점 4.43/5 총 47 개의 평점
개발자 https://proofme.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://proofme.com/integrations/canva
개인정보 보호 정책 페이지 URL https://proofme.com/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProofMe for Canva",
    "description": "Create proofs from your designs without leaving Canva. Add the power of visual review to the world\u2019s easiest design app.",
    "version": "0.0.15",
    "icons": {
        "16": "images\/proofme-icon-chrome-store-16.png",
        "48": "images\/proofme-icon-chrome-store-48.png",
        "128": "images\/proofme-icon-chrome-store-128.png"
    },
    "browser_action": {
        "default_title": "ProofMe for Canva",
        "default_icon": "images\/proofme-icon-chrome-store-48.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.canva.com\/*"
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/moment-2.14.1.min.js",
                "js\/send-to-proofme.js",
                "js\/lodash-4.14.2.min.js"
            ],
            "css": [
                "css\/index.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.canva.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}