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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Rapid Fire POD Rapid Fire POD
ID gcgmkgifbgcjfbcgcbialhhbimcikggd
官方URL 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"
    }
}