Unauth App

Unauth cross browser extension client to share website sessions

Apa itu Unauth App?

Unauth App adalah ekstensi Chrome yang dikembangkan oleh Unauth App, dan fitur utamanya adalah "Unauth cross browser extension client to share website sessions".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Unauth App

Unduh file ekstensi Unauth App 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

                        Unauth can be used for sharing your login sessions with other users, without actually sharing the your email and password                    

Informasi Dasar Ekstensi

Nama Unauth App Unauth App
ID gmlboogkeejkegkdnjhgjjkgoleppcom
URL Resmi https://chrome.google.com/webstore/detail/unauth-app/gmlboogkeejkegkdnjhgjjkgoleppcom
Deskripsi Unauth cross browser extension client to share website sessions
Ukuran File 1.04 MB
Jumlah Instalasi 36
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2019-12-16
Tanggal Publikasi 2019-12-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unauth App
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://unauthapp.com/
URL Halaman Bantuan https://www.youtube.com/watch?v=w4Kr3M_ex90&list=PL6I_V8VURCIOV-MQcGAcKxbF9r72KAxcy
URL Halaman Kebijakan Privasi https://unauthapp.com/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unauth App",
    "author": "Arshad Kazmi",
    "version": "0.0.0.3",
    "description": "Unauth cross browser extension client to share website sessions",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Unauth App",
        "default_icon": "logo192.png"
    },
    "permissions": [
        "tabs",
        "",
        "cookies"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}