Out of the Sandbox Content Creator

Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.

Что такое Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator - это расширение Chrome, разработанное Unknown, и его основная функция - "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

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

screenshot

Скачать файл CRX расширения Out of the Sandbox Content Creator

Скачайте файлы расширений Out of the Sandbox Content Creator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        The Out of the Sandbox Content Creator will allow you to easily add content to your Shopify theme.                    

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

Название Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
Официальный URL https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
Описание Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
Размер файла 795 KB
Количество установок 2,682
Текущая Версия 3.0
Последнее Обновление 2020-01-13
Дата публикации 2020-01-09
Рейтинг 3.67/5 Всего 6 оценок
Разработчик Unknown
Тип оплаты free
URL страницы помощи https://help.outofthesandbox.com/hc/en-us
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Out of the Sandbox Content Creator",
    "description": "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.",
    "version": "3.0",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "OOTSB Content Creator"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        ""
    ]
}