Rapid Fire POD
Create dozens of POD designs with one click.
What is Rapid Fire POD?
Rapid Fire POD is a Chrome extension developed by Rapid Fire POD, and its main feature is "Create dozens of POD designs with one click.".
Extension Screenshots
Download Rapid Fire POD Extension CRX File
Download Rapid Fire POD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gcgmkgifbgcjfbcgcbialhhbimcikggd |
Official URL | https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd |
Description | Create dozens of POD designs with one click. |
File Size | 1.59 MB |
Installation Count | 22 |
Current Version | 1.0 |
Last Updated | 2020-07-25 |
Publish Date | 2020-07-25 |
Developer | Rapid Fire POD |
[email protected] | |
Payment Type | free |
Extension Website | https://rapidfirepod.com/ |
Help Page URL | https://rapidfirepod.com/ |
Supported Languages | 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" } } |