PaperKnife Browser Plugin

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

PaperKnife Browser Plugin là gì?

PaperKnife Browser Plugin là một tiện ích mở rộng Chrome được phát triển bởi http://paperknife.io, và tính năng chính của nó là "Use this client PaperKnife plugin to interact and slice your Canva email templates".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PaperKnife Browser Plugin

Tải xuống các tệp mở rộng PaperKnife Browser Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PaperKnife Browser Plugin PaperKnife Browser Plugin
ID iemiomaelpglidodpcmafmgflppejjbk
URL Chính Thức https://chrome.google.com/webstore/detail/paperknife-browser-plugin/iemiomaelpglidodpcmafmgflppejjbk
Mô tả Use this client PaperKnife plugin to interact and slice your Canva email templates
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2023-04-05
Ngày Phát Hành 2021-07-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://paperknife.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://paperknife.io
URL Trang Trợ Giúp http://paperknife.io
URL Trang Chính Sách Bảo Mật https://paperknife.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}