PaperKnife Browser Plugin

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

O que é PaperKnife Browser Plugin?

PaperKnife Browser Plugin é uma extensão do Chrome desenvolvida por http://paperknife.io, e sua principal característica é "Use this client PaperKnife plugin to interact and slice your Canva email templates".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PaperKnife Browser Plugin

Baixe arquivos de extensão PaperKnife Browser Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PaperKnife Browser Plugin PaperKnife Browser Plugin
ID iemiomaelpglidodpcmafmgflppejjbk
URL Oficial https://chrome.google.com/webstore/detail/paperknife-browser-plugin/iemiomaelpglidodpcmafmgflppejjbk
Descrição Use this client PaperKnife plugin to interact and slice your Canva email templates
Tamanho do Arquivo 114 KB
Contagem de Instalações 45
Versão Atual 2.3
Última Atualização 2023-04-05
Data de Publicação 2021-07-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://paperknife.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://paperknife.io
URL da Página de Ajuda http://paperknife.io
URL da Página de Política de Privacidade https://paperknife.io/privacy
Idiomas Suportados 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"
    }
}