Rapid Fire POD

Create dozens of POD designs with one click.

Hvad er Rapid Fire POD?

Rapid Fire POD er en Chrome-udvidelse udviklet af Rapid Fire POD, og dens hovedfunktion er "Create dozens of POD designs with one click.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Rapid Fire POD-udvidelses-CRX-fil

Download Rapid Fire POD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Rapid Fire POD Rapid Fire POD
ID gcgmkgifbgcjfbcgcbialhhbimcikggd
Officiel URL https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd
Beskrivelse Create dozens of POD designs with one click.
Filstørrelse 1.59 MB
Antal Installationer 22
Nuværende Version 1.0
Senest Opdateret 2020-07-25
Udgivelsesdato 2020-07-25
Udvikler Rapid Fire POD
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://rapidfirepod.com/
Hjælpeside-URL https://rapidfirepod.com/
Understøttede Sprog 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"
    }
}