Litemove Softlite.io

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

Wat is Litemove Softlite.io?

Litemove Softlite.io is een Chrome-extensie ontwikkeld door support, en de belangrijkste functie is "Connect and add a page to your litemove.softlite.io project.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Litemove Softlite.io

Download Litemove Softlite.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Litemove Softlite.io Litemove Softlite.io
ID onidmnnldfcmlhmfcdbfadadingokmmj
Officiële URL https://chromewebstore.google.com/detail/litemove-softliteio/onidmnnldfcmlhmfcdbfadadingokmmj
Beschrijving Connect and add a page to your litemove.softlite.io project.
Bestandsgrootte 23.58 KB
Aantal Installaties 94
Huidige Versie 1.0.8
Laatst Bijgewerkt 2024-02-26
Publicatiedatum 2023-05-11
Ontwikkelaar support
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://softlite.io/litemove/
Help Pagina-URL https://softlite.io/litemove/
URL van de Privacybeleid Pagina https://softlite.io/privacy-policy
Ondersteunde Talen 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:\/\/*\/*"
    ]
}