Rapid Fire POD

Create dozens of POD designs with one click.

Rapid Fire POD là gì?

Rapid Fire POD là một tiện ích mở rộng Chrome được phát triển bởi Rapid Fire POD, và tính năng chính của nó là "Create dozens of POD designs with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rapid Fire POD

Tải xuống các tệp mở rộng Rapid Fire POD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rapid Fire POD Rapid Fire POD
ID gcgmkgifbgcjfbcgcbialhhbimcikggd
URL Chính Thức https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd
Mô tả Create dozens of POD designs with one click.
Kích Thước Tệp 1.59 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-25
Ngày Phát Hành 2020-07-25
Nhà Phát Triển Rapid Fire POD
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rapidfirepod.com/
URL Trang Trợ Giúp https://rapidfirepod.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}