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ファイルをダウンロード

Rapid Fire POD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}