PaperKnife Browser Plugin

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

PaperKnife Browser Plugin क्या है?

PaperKnife Browser Plugin http://paperknife.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this client PaperKnife plugin to interact and slice your Canva email templates"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PaperKnife Browser Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम PaperKnife Browser Plugin PaperKnife Browser Plugin
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"
    }
}