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.

O que é Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Out of the Sandbox Content Creator

Baixe arquivos de extensão Out of the Sandbox Content Creator 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

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

Informações Básicas da Extensão

Nome 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
Descrição Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
Tamanho do Arquivo 795 KB
Contagem de Instalações 2,682
Versão Atual 3.0
Última Atualização 2020-01-13
Data de Publicação 2020-01-09
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
URL da Página de Ajuda https://help.outofthesandbox.com/hc/en-us
Idiomas Suportados 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": [
        ""
    ]
}