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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create proofs from your designs without leaving Canva. Add the power of visual review to the world’s easiest design app."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ProofMe for Canva एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |