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.

Hvad er Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

Udvidelsesskærmbilleder

screenshot

Download Out of the Sandbox Content Creator-udvidelses-CRX-fil

Download Out of the Sandbox Content Creator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
Officiel URL https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
Beskrivelse Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
Filstørrelse 795 KB
Antal Installationer 2,682
Nuværende Version 3.0
Senest Opdateret 2020-01-13
Udgivelsesdato 2020-01-09
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Hjælpeside-URL https://help.outofthesandbox.com/hc/en-us
Understøttede Sprog 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": [
        ""
    ]
}