Rapid Fire POD

Create dozens of POD designs with one click.

Qu'est-ce que Rapid Fire POD ?

Rapid Fire POD est une extension Chrome développée par Rapid Fire POD, et sa fonction principale est "Create dozens of POD designs with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rapid Fire POD

Téléchargez les fichiers d'extension Rapid Fire POD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rapid Fire POD Rapid Fire POD
ID gcgmkgifbgcjfbcgcbialhhbimcikggd
URL Officiel https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd
Description Create dozens of POD designs with one click.
Taille du Fichier 1.59 MB
Nombre d'Installations 22
Version Actuelle 1.0
Dernière Mise à Jour 2020-07-25
Date de Publication 2020-07-25
Développeur Rapid Fire POD
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rapidfirepod.com/
URL de la Page d'Aide https://rapidfirepod.com/
Langues Prises en Charge 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"
    }
}