ProofMe for Canva
Create proofs from your designs without leaving Canva. Add the power of visual review to the world’s easiest design app.
What is ProofMe for Canva?
ProofMe for Canva is a Chrome extension developed by https://proofme.com, and its main feature is "Create proofs from your designs without leaving Canva. Add the power of visual review to the world’s easiest design app.".
Extension Screenshots
Download ProofMe for Canva Extension CRX File
Download ProofMe for Canva extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | apadgkjcfhdiokfmapedcbgidfigplgf |
Official URL | https://chrome.google.com/webstore/detail/proofme-for-canva/apadgkjcfhdiokfmapedcbgidfigplgf |
Description | Create proofs from your designs without leaving Canva. Add the power of visual review to the world’s easiest design app. |
File Size | 4.02 MB |
Installation Count | 10,000 |
Current Version | 0.0.15 |
Last Updated | 2017-02-15 |
Publish Date | 2017-02-15 |
Rating | 4.43/5 Total 47 Ratings |
Developer | https://proofme.com |
[email protected] | |
Payment Type | free |
Extension Website | https://proofme.com/integrations/canva |
Privacy Policy Page URL | https://proofme.com/terms |
Supported Languages | 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'" } |