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'est-ce que Out of the Sandbox Content Creator ?

Out of the Sandbox Content Creator est une extension Chrome développée par Unknown, et sa fonction principale est "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Out of the Sandbox Content Creator

Téléchargez les fichiers d'extension Out of the Sandbox Content Creator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
URL Officiel 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.
Taille du Fichier 795 KB
Nombre d'Installations 2,682
Version Actuelle 3.0
Dernière Mise à Jour 2020-01-13
Date de Publication 2020-01-09
Évaluation 3.67/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
URL de la Page d'Aide https://help.outofthesandbox.com/hc/en-us
Langues Prises en Charge 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": [
        ""
    ]
}