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.

Apa itu Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Out of the Sandbox Content Creator

Unduh file ekstensi Out of the Sandbox Content Creator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
URL Resmi https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
Deskripsi Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
Ukuran File 795 KB
Jumlah Instalasi 2,682
Versi Saat Ini 3.0
Terakhir Diperbarui 2020-01-13
Tanggal Publikasi 2020-01-09
Penilaian 3.67/5 Total 6 Penilaian
Pengembang Unknown
Tipe Pembayaran free
URL Halaman Bantuan https://help.outofthesandbox.com/hc/en-us
Bahasa yang Didukung 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": [
        ""
    ]
}