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.

What is Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator is a Chrome extension developed by Unknown, and its main feature is "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

Extension Screenshots

screenshot

Download Out of the Sandbox Content Creator Extension CRX File

Download Out of the Sandbox Content Creator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
Official URL https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
Description Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
File Size 795 KB
Installation Count 2,682
Current Version 3.0
Last Updated 2020-01-13
Publish Date 2020-01-09
Rating 3.67/5 Total 6 Ratings
Developer Unknown
Payment Type free
Help Page URL https://help.outofthesandbox.com/hc/en-us
Supported Languages 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": [
        ""
    ]
}