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.

¿Qué es Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator es una extensión de Chrome desarrollada por Unknown, y su función principal es "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Out of the Sandbox Content Creator

Descarga archivos de extensión Out of the Sandbox Content Creator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
URL Oficial https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
Descripción Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
Tamaño del Archivo 795 KB
Cantidad de Instalaciones 2,682
Versión Actual 3.0
Última Actualización 2020-01-13
Fecha de Publicación 2020-01-09
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador Unknown
Tipo de Pago free
URL de la Página de Ayuda https://help.outofthesandbox.com/hc/en-us
Idiomas Soportados 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": [
        ""
    ]
}