Canvas Titans

Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.

Что такое Canvas Titans?

Canvas Titans - это расширение Chrome, разработанное https://www.merchtitans.com, и его основная функция - "Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Canvas Titans

Скачайте файлы расширений Canvas Titans в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With the Canvas Titans Chrome Extension, you can very easily create high quality scaleable designs on Canva.com, and completely automate the entire process of swapping out variables from a CSV spreadsheet and downloading your designs. No need to manually do this anymore. 

Our extension is perfect for designers that utilize Print on Demand platforms such as Merch by Amazon, Kindle Direct Publishing, RedBubble, Shopify, and more. It’s also great for Marketers or Influencers that need to create various scaleable graphics for Social Media, or Marketing purposes.                    

Основная информация о расширении

Название Canvas Titans Canvas Titans
ID offeecbmmicbaplehihddpmgcjlekcgm
Официальный URL https://chromewebstore.google.com/detail/canvas-titans/offeecbmmicbaplehihddpmgcjlekcgm
Описание Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.
Размер файла 933 KB
Количество установок 1,848
Текущая Версия 1.0.6.5
Последнее Обновление 2023-06-06
Дата публикации 2020-04-09
Рейтинг 4.00/5 Всего 8 оценок
Разработчик https://www.merchtitans.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://automation.merchtitans.com/canvas
URL страницы политики конфиденциальности https://merchtitans.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Titans",
    "description": "Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.",
    "version": "1.0.6.5",
    "author": "Merch Titans",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": true
    },
    "permissions": [
        "downloads",
        "https:\/\/www.canva.com\/*",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}