Rapid Fire POD

Create dozens of POD designs with one click.

O que é Rapid Fire POD?

Rapid Fire POD é uma extensão do Chrome desenvolvida por Rapid Fire POD, e sua principal característica é "Create dozens of POD designs with one click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rapid Fire POD

Baixe arquivos de extensão Rapid Fire POD no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rapid Fire POD Rapid Fire POD
ID gcgmkgifbgcjfbcgcbialhhbimcikggd
URL Oficial https://chrome.google.com/webstore/detail/rapid-fire-pod/gcgmkgifbgcjfbcgcbialhhbimcikggd
Descrição Create dozens of POD designs with one click.
Tamanho do Arquivo 1.59 MB
Contagem de Instalações 22
Versão Atual 1.0
Última Atualização 2020-07-25
Data de Publicação 2020-07-25
Desenvolvedor Rapid Fire POD
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://rapidfirepod.com/
URL da Página de Ajuda https://rapidfirepod.com/
Idiomas Suportados 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"
    }
}