Rapid Fire POD
Create dozens of POD designs with one click.
Apa itu Rapid Fire POD?
Rapid Fire POD adalah ekstensi Chrome yang dikembangkan oleh Rapid Fire POD, dan fitur utamanya adalah "Create dozens of POD designs with one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rapid Fire POD
Unduh file ekstensi Rapid Fire POD dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gcgmkgifbgcjfbcgcbialhhbimcikggd |
URL Resmi | https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd |
Deskripsi | Create dozens of POD designs with one click. |
Ukuran File | 1.59 MB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-07-25 |
Tanggal Publikasi | 2020-07-25 |
Pengembang | Rapid Fire POD |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://rapidfirepod.com/ |
URL Halaman Bantuan | https://rapidfirepod.com/ |
Bahasa yang Didukung | 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" } } |