PaperKnife Browser Plugin
Use this client PaperKnife plugin to interact and slice your Canva email templates
Τι είναι το PaperKnife Browser Plugin;
Το PaperKnife Browser Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://paperknife.io, και η κύρια λειτουργία του είναι "Use this client PaperKnife plugin to interact and slice your Canva email templates".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PaperKnife Browser Plugin
Λήψη αρχείων επέκτασης PaperKnife Browser Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Create image based HTML email templates from your Canva designs in a few clicks. Forget about manually coding email templates. PaperKnife gives you other benefits such as visually editing the links and alt descriptions and storing images on our CDN. Just copy and paste the HTML code when you're done. Canva, the world’s easiest graphic design app, has made it possible for millions of people to create professional quality designs on their own. PaperKnife is an app that let’s you transform a design into quality standard html, and it integrates seamlessly with Canva. After you install the PaperKnife extension for Chrome, you’ll be able to quickly and easily code your designs without having to know HTML. Use them together and you’ll be unstoppable. Learn more at https://www.paperknife.io.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | iemiomaelpglidodpcmafmgflppejjbk |
Επίσημο URL | https://chrome.google.com/webstore/detail/paperknife-browser-plugin/iemiomaelpglidodpcmafmgflppejjbk |
Περιγραφή | Use this client PaperKnife plugin to interact and slice your Canva email templates |
Μέγεθος Αρχείου | 114 KB |
Αριθμός Εγκαταστάσεων | 45 |
Τρέχουσα Έκδοση | 2.3 |
Τελευταία Ενημέρωση | 2023-04-05 |
Ημερομηνία Δημοσίευσης | 2021-07-07 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://paperknife.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://paperknife.io |
Διεύθυνση URL της Σελίδας Βοήθειας | http://paperknife.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://paperknife.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PaperKnife Browser Plugin", "description": "Use this client PaperKnife plugin to interact and slice your Canva email templates", "version": "2.3", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Paperknife" }, "content_scripts": [ { "matches": [ "https:\/\/www.canva.com\/design\/*" ], "js": [ ".\/static\/js\/content.js" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "tabs", "cookies", "downloads" ], "host_permissions": [ "file:\/\/*", "*:\/\/*.paperknife.io\/", "https:\/\/paperknife.io\/" ], "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |