Litemove Softlite.io

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

Qu'est-ce que Litemove Softlite.io ?

Litemove Softlite.io est une extension Chrome développée par support, et sa fonction principale est "Connect and add a page to your litemove.softlite.io project.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Litemove Softlite.io

Téléchargez les fichiers d'extension Litemove Softlite.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Litemove Softlite.io Litemove Softlite.io
ID onidmnnldfcmlhmfcdbfadadingokmmj
URL Officiel https://chromewebstore.google.com/detail/litemove-softliteio/onidmnnldfcmlhmfcdbfadadingokmmj
Description Connect and add a page to your litemove.softlite.io project.
Taille du Fichier 23.58 KB
Nombre d'Installations 94
Version Actuelle 1.0.8
Dernière Mise à Jour 2024-02-26
Date de Publication 2023-05-11
Développeur support
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://softlite.io/litemove/
URL de la Page d'Aide https://softlite.io/litemove/
URL de la Page de Politique de Confidentialité https://softlite.io/privacy-policy
Langues Prises en Charge 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:\/\/*\/*"
    ]
}