ClonewebX Softlite.io
Connect and add a page to your clonewebx.softlite.io project.
Wat is ClonewebX Softlite.io?
ClonewebX Softlite.io is een Chrome-extensie ontwikkeld door support, en de belangrijkste functie is "Connect and add a page to your clonewebx.softlite.io project.".
Extensie Screenshots
Download het CRX-bestand van de extensie ClonewebX Softlite.io
Download ClonewebX 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 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.
Basisinformatie over de Extensie
Naam | ClonewebX Softlite.io |
ID | kejifndpehkapckhogiecndmachaeilp |
Officiële URL | https://chromewebstore.google.com/detail/clonewebx-softliteio/kejifndpehkapckhogiecndmachaeilp |
Beschrijving | Connect and add a page to your clonewebx.softlite.io project. |
Bestandsgrootte | 23.95 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 1.0.16 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2023-09-16 |
Beoordeling | 2.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | support |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://softlite.io/clonewebx/ |
Help Pagina-URL | https://softlite.io/clonewebx/ |
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": "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:\/\/*\/*" ] } |