Rapid Fire POD

Create dozens of POD designs with one click.

ما هو Rapid Fire POD؟

Rapid Fire POD هو إضافة Chrome تم تطويرها بواسطة Rapid Fire POD، والميزة الرئيسية لها هي "Create dozens of POD designs with one click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Rapid Fire POD

قم بتنزيل ملفات الامتداد Rapid Fire POD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}