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文件

下載ProofMe for Canva擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}