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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this client PaperKnife plugin to interact and slice your Canva email templates"입니다.
확장 프로그램 스크린샷
PaperKnife Browser Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } } |