Litemove Softlite.io

Connect and add a page to your litemove.softlite.io project.

Apa itu Litemove Softlite.io?

Litemove Softlite.io adalah ekstensi Chrome yang dikembangkan oleh support, dan fitur utamanya adalah "Connect and add a page to your litemove.softlite.io project.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Litemove Softlite.io

Unduh file ekstensi Litemove Softlite.io 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

                        Connect and add a page to your litemove.softlite.io project.
Overview:
Download this extension and sign-in to to your litemove.softlite.io account, and get the ability to add password protected websites or login-based web apps to your litemove.softlite.io project.                    

Informasi Dasar Ekstensi

Nama Litemove Softlite.io Litemove Softlite.io
ID onidmnnldfcmlhmfcdbfadadingokmmj
URL Resmi https://chromewebstore.google.com/detail/litemove-softliteio/onidmnnldfcmlhmfcdbfadadingokmmj
Deskripsi Connect and add a page to your litemove.softlite.io project.
Ukuran File 23.58 KB
Jumlah Instalasi 94
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2024-02-26
Tanggal Publikasi 2023-05-11
Pengembang support
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://softlite.io/litemove/
URL Halaman Bantuan https://softlite.io/litemove/
URL Halaman Kebijakan Privasi https://softlite.io/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Litemove Softlite.io",
    "description": "Connect and add a page to your litemove.softlite.io project.",
    "version": "1.0.8",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon192.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}