ClonewebX Softlite.io
Connect and add a page to your clonewebx.softlite.io project.
Hvad er ClonewebX Softlite.io?
ClonewebX Softlite.io er en Chrome-udvidelse udviklet af support, og dens hovedfunktion er "Connect and add a page to your clonewebx.softlite.io project.".
Udvidelsesskærmbilleder
Download ClonewebX Softlite.io-udvidelses-CRX-fil
Download ClonewebX Softlite.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | kejifndpehkapckhogiecndmachaeilp |
| Officiel URL | https://chromewebstore.google.com/detail/clonewebx-softliteio/kejifndpehkapckhogiecndmachaeilp |
| Beskrivelse | Connect and add a page to your clonewebx.softlite.io project. |
| Filstørrelse | 23.95 KB |
| Antal Installationer | 4,000 |
| Nuværende Version | 1.0.16 |
| Senest Opdateret | 2024-02-26 |
| Udgivelsesdato | 2023-09-16 |
| Bedømmelse | 2.50/5 Samlet 12 Bedømmelser |
| Udvikler | support |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://softlite.io/clonewebx/ |
| Hjælpeside-URL | https://softlite.io/clonewebx/ |
| URL til Fortrolighedspolitik Side | https://softlite.io/privacy-policy |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |