Rapid Fire POD

Create dozens of POD designs with one click.

Cos'è Rapid Fire POD?

Rapid Fire POD è un'estensione di Chrome sviluppata da Rapid Fire POD, e la sua funzione principale è "Create dozens of POD designs with one click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rapid Fire POD

Scarica i file di estensione Rapid Fire POD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rapid Fire POD Rapid Fire POD
ID gcgmkgifbgcjfbcgcbialhhbimcikggd
URL Ufficiale https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd
Descrizione Create dozens of POD designs with one click.
Dimensione del File 1.59 MB
Conteggio Installazioni 22
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-25
Data di Pubblicazione 2020-07-25
Sviluppatore Rapid Fire POD
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rapidfirepod.com/
URL della Pagina di Aiuto https://rapidfirepod.com/
Lingue Supportate 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"
    }
}