Litemove Softlite.io

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

Hvad er Litemove Softlite.io?

Litemove Softlite.io er en Chrome-udvidelse udviklet af support, og dens hovedfunktion er "Connect and add a page to your litemove.softlite.io project.".

Udvidelsesskærmbilleder

screenshot

Download Litemove Softlite.io-udvidelses-CRX-fil

Download Litemove Softlite.io-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Litemove Softlite.io Litemove Softlite.io
ID onidmnnldfcmlhmfcdbfadadingokmmj
Officiel URL https://chromewebstore.google.com/detail/litemove-softliteio/onidmnnldfcmlhmfcdbfadadingokmmj
Beskrivelse Connect and add a page to your litemove.softlite.io project.
Filstørrelse 23.58 KB
Antal Installationer 94
Nuværende Version 1.0.8
Senest Opdateret 2024-02-26
Udgivelsesdato 2023-05-11
Udvikler support
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://softlite.io/litemove/
Hjælpeside-URL https://softlite.io/litemove/
URL til Fortrolighedspolitik Side https://softlite.io/privacy-policy
Understøttede Sprog 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:\/\/*\/*"
    ]
}