Rapid Fire POD

Create dozens of POD designs with one click.

Rapid Fire POD란 무엇입니까?

Rapid Fire POD은(는) Rapid Fire POD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create dozens of POD designs with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Rapid Fire POD 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}