ClonewebX Softlite.io

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

Vad är ClonewebX Softlite.io?

ClonewebX Softlite.io är en Chrome-tillägg utvecklad av support, och dess huvudfunktion är "Connect and add a page to your clonewebx.softlite.io project.".

Tilläggsskärmbilder

screenshot

Ladda ner ClonewebX Softlite.io-förlängningens CRX-fil

Ladda ner ClonewebX Softlite.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ClonewebX Softlite.io ClonewebX Softlite.io
ID kejifndpehkapckhogiecndmachaeilp
Officiell webbadress https://chromewebstore.google.com/detail/clonewebx-softliteio/kejifndpehkapckhogiecndmachaeilp
Beskrivning Connect and add a page to your clonewebx.softlite.io project.
Filstorlek 23.95 KB
Antal Installationer 4,000
Aktuell Version 1.0.16
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2023-09-16
Betyg 2.50/5 Totalt 12 Betyg
Utvecklare support
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://softlite.io/clonewebx/
Hjälpsida URL https://softlite.io/clonewebx/
URL till Sekretesspolicy Sidan https://softlite.io/privacy-policy
Stödda Språk 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:\/\/*\/*"
    ]
}