Unauth App

Unauth cross browser extension client to share website sessions

Unauth Appคืออะไร?

Unauth App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unauth App และคุณลักษณะหลักของมันคือ "Unauth cross browser extension client to share website sessions"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unauth App

ดาวน์โหลดไฟล์ส่วนขยาย Unauth App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unauth App Unauth App
ID gmlboogkeejkegkdnjhgjjkgoleppcom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unauth-app/gmlboogkeejkegkdnjhgjjkgoleppcom
คำอธิบาย Unauth cross browser extension client to share website sessions
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2019-12-16
วันที่เผยแพร่ 2019-12-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unauth App
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://unauthapp.com/
URL หน้าช่วยเหลือ https://www.youtube.com/watch?v=w4Kr3M_ex90&list=PL6I_V8VURCIOV-MQcGAcKxbF9r72KAxcy
URL หน้านโยบายความเป็นส่วนตัว https://unauthapp.com/privacy
ภาษาที่รองรับ 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'"
}