ClonewebX Softlite.io

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

Qu'est-ce que ClonewebX Softlite.io ?

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

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension ClonewebX 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 clonewebx.softlite.io project.
Overview:
Download this extension and sign-in to to your clonewebx.softlite.io account, and get the ability to add password protected websites or login-based web apps to your clonewebx.softlite.io project.                    

Informations de Base sur l'Extension

Nom ClonewebX Softlite.io ClonewebX Softlite.io
ID kejifndpehkapckhogiecndmachaeilp
URL Officiel https://chromewebstore.google.com/detail/clonewebx-softliteio/kejifndpehkapckhogiecndmachaeilp
Description Connect and add a page to your clonewebx.softlite.io project.
Taille du Fichier 23.95 KB
Nombre d'Installations 4,000
Version Actuelle 1.0.16
Dernière Mise à Jour 2024-02-26
Date de Publication 2023-09-16
Évaluation 2.50/5 Total 12 Évaluations
Développeur support
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://softlite.io/clonewebx/
URL de la Page d'Aide https://softlite.io/clonewebx/
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": "ClonewebX Softlite.io",
    "description": "Connect and add a page to your clonewebx.softlite.io project.",
    "version": "1.0.16",
    "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:\/\/*\/*"
    ]
}