PaperKnife Browser Plugin

Use this client PaperKnife plugin to interact and slice your Canva email templates

Qu'est-ce que PaperKnife Browser Plugin ?

PaperKnife Browser Plugin est une extension Chrome développée par http://paperknife.io, et sa fonction principale est "Use this client PaperKnife plugin to interact and slice your Canva email templates".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PaperKnife Browser Plugin

Téléchargez les fichiers d'extension PaperKnife Browser Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PaperKnife Browser Plugin PaperKnife Browser Plugin
ID iemiomaelpglidodpcmafmgflppejjbk
URL Officiel https://chrome.google.com/webstore/detail/paperknife-browser-plugin/iemiomaelpglidodpcmafmgflppejjbk
Description Use this client PaperKnife plugin to interact and slice your Canva email templates
Taille du Fichier 114 KB
Nombre d'Installations 45
Version Actuelle 2.3
Dernière Mise à Jour 2023-04-05
Date de Publication 2021-07-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur http://paperknife.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://paperknife.io
URL de la Page d'Aide http://paperknife.io
URL de la Page de Politique de Confidentialité https://paperknife.io/privacy
Langues Prises en Charge 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"
    }
}