Unauth App

Unauth cross browser extension client to share website sessions

Qu'est-ce que Unauth App ?

Unauth App est une extension Chrome développée par Unauth App, et sa fonction principale est "Unauth cross browser extension client to share website sessions".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Unauth App

Téléchargez les fichiers d'extension Unauth App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Unauth App Unauth App
ID gmlboogkeejkegkdnjhgjjkgoleppcom
URL Officiel https://chrome.google.com/webstore/detail/unauth-app/gmlboogkeejkegkdnjhgjjkgoleppcom
Description Unauth cross browser extension client to share website sessions
Taille du Fichier 1.04 MB
Nombre d'Installations 36
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2019-12-16
Date de Publication 2019-12-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unauth App
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://unauthapp.com/
URL de la Page d'Aide https://www.youtube.com/watch?v=w4Kr3M_ex90&list=PL6I_V8VURCIOV-MQcGAcKxbF9r72KAxcy
URL de la Page de Politique de Confidentialité https://unauthapp.com/privacy
Langues Prises en Charge 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'"
}