ClonewebX Softlite.io
Connect and add a page to your clonewebx.softlite.io project.
Apa itu ClonewebX Softlite.io?
ClonewebX Softlite.io adalah ekstensi Chrome yang dikembangkan oleh support, dan fitur utamanya adalah "Connect and add a page to your clonewebx.softlite.io project.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ClonewebX Softlite.io
Unduh file ekstensi ClonewebX Softlite.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ClonewebX Softlite.io |
ID | kejifndpehkapckhogiecndmachaeilp |
URL Resmi | https://chromewebstore.google.com/detail/clonewebx-softliteio/kejifndpehkapckhogiecndmachaeilp |
Deskripsi | Connect and add a page to your clonewebx.softlite.io project. |
Ukuran File | 23.95 KB |
Jumlah Instalasi | 4,000 |
Versi Saat Ini | 1.0.16 |
Terakhir Diperbarui | 2024-02-26 |
Tanggal Publikasi | 2023-09-16 |
Penilaian | 2.50/5 Total 12 Penilaian |
Pengembang | support |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://softlite.io/clonewebx/ |
URL Halaman Bantuan | https://softlite.io/clonewebx/ |
URL Halaman Kebijakan Privasi | https://softlite.io/privacy-policy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |