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.

Vad är Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

Tilläggsskärmbilder

screenshot

Ladda ner Out of the Sandbox Content Creator-förlängningens CRX-fil

Ladda ner Out of the Sandbox Content Creator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
Officiell webbadress https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
Beskrivning Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
Filstorlek 795 KB
Antal Installationer 2,682
Aktuell Version 3.0
Senast Uppdaterad 2020-01-13
Publiceringsdatum 2020-01-09
Betyg 3.67/5 Totalt 6 Betyg
Utvecklare Unknown
Betalningssätt free
Hjälpsida URL https://help.outofthesandbox.com/hc/en-us
Stödda Språk 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": [
        ""
    ]
}