Rapid Fire POD
Create dozens of POD designs with one click.
什麼是Rapid Fire POD?
Rapid Fire POD是由Rapid Fire POD開發的Chrome擴展程式,該擴展的主要功能是“Create dozens of POD designs with one click.”。
擴展截圖
下載Rapid Fire POD擴展crx文件
下載Rapid Fire POD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to take one print on demand (POD) design and turn it into dozens with only one click. Just create a design in Canva with variables inserted in the text, provide values for the variables and click Go. Then sit back and watch this extension go to work. It will replace all the variables in your design with the values you provided in a CSV file, one row at a time, to create a new design and download it for you, converting your one design into as many as there are rows in the file. Print-on-demand content generation is a breeze with this extension.
擴展基本資訊
名稱 | |
ID | gcgmkgifbgcjfbcgcbialhhbimcikggd |
官方網址 | https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd |
簡介 | Create dozens of POD designs with one click. |
檔案大小 | 1.59 MB |
安裝次數 | 22 |
目前版本 | 1.0 |
更新時間 | 2020-07-25 |
上架時間 | 2020-07-25 |
開發者 | Rapid Fire POD |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://rapidfirepod.com/ |
說明頁面URL | https://rapidfirepod.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rapid Fire POD", "version": "1.0", "description": "Create dozens of POD designs with one click.", "content_scripts": [ { "matches": [ "http:\/\/www.canva.com\/design\/*", "https:\/\/www.canva.com\/design\/*" ], "js": [ "content.min.js" ] } ], "web_accessible_resources": [ "popup\/*" ], "permissions": [ "downloads" ], "browser_action": [], "background": { "scripts": [ "background.min.js" ] }, "icons": { "128": "logo_small_transparent.png" } } |