Rapid Fire POD
Create dozens of POD designs with one click.
Co je Rapid Fire POD?
Rapid Fire POD je rozšíření Chrome vyvinuté Rapid Fire POD, a jeho hlavní funkcí je „Create dozens of POD designs with one click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rapid Fire POD
Stáhněte si soubory rozšíření Rapid Fire POD ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gcgmkgifbgcjfbcgcbialhhbimcikggd |
Oficiální URL | https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd |
Popis | Create dozens of POD designs with one click. |
Velikost souboru | 1.59 MB |
Počet instalací | 22 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-07-25 |
Datum Vydání | 2020-07-25 |
Vývojář | Rapid Fire POD |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://rapidfirepod.com/ |
URL Stránky Nápovědy | https://rapidfirepod.com/ |
Podporované Jazyky | 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" } } |