Litemove Softlite.io
Connect and add a page to your litemove.softlite.io project.
Was ist Litemove Softlite.io?
Litemove Softlite.io ist eine Chrome-Erweiterung, die von support entwickelt wurde, und ihr Hauptmerkmal ist "Connect and add a page to your litemove.softlite.io project.".
Erweiterungsscreenshots
Litemove Softlite.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie Litemove Softlite.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | onidmnnldfcmlhmfcdbfadadingokmmj |
| Offizielle URL | https://chromewebstore.google.com/detail/litemove-softliteio/onidmnnldfcmlhmfcdbfadadingokmmj |
| Beschreibung | Connect and add a page to your litemove.softlite.io project. |
| Dateigröße | 23.58 KB |
| Installationsanzahl | 94 |
| Aktuelle Version | 1.0.8 |
| Letztes Update | 2024-02-26 |
| Veröffentlichungsdatum | 2023-05-11 |
| Entwickler | support |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://softlite.io/litemove/ |
| Hilfeseite URL | https://softlite.io/litemove/ |
| URL der Datenschutzrichtlinien-Seite | https://softlite.io/privacy-policy |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |