Rapid Fire POD

Create dozens of POD designs with one click.

Rapid Fire POD क्या है?

Rapid Fire POD Rapid Fire POD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create dozens of POD designs with one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rapid Fire POD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Rapid Fire POD Rapid Fire POD
ID gcgmkgifbgcjfbcgcbialhhbimcikggd
आधिकारिक URL https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd
विवरण Create dozens of POD designs with one click.
फ़ाइल का आकार 1.59 MB
स्थापना संख्या 22
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-07-25
प्रकाशन तिथि 2020-07-25
डेवलपर Rapid Fire POD
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rapidfirepod.com/
सहायता पृष्ठ URL https://rapidfirepod.com/
समर्थित भाषाएँ 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"
    }
}