Leaser MagiConnect

Connect to your service without using the password.

Leaser MagiConnectคืออะไร?

Leaser MagiConnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leaser.in และคุณลักษณะหลักของมันคือ "Connect to your service without using the password."

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

screenshot

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

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

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

                        Leaser MagiConnect is a part of Leaser ecosystem. With this extension, user can log on to their purchased service without knowing the credentials of the service. The sole purpose of this extension to make the user experience as smooth as possible.                    

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

ชื่อ Leaser MagiConnect Leaser MagiConnect
ID nknhgalkkclpomjnpibnphcklcmabcjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg
คำอธิบาย Connect to your service without using the password.
ขนาดไฟล์ 2.7 MB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2021-11-25
วันที่เผยแพร่ 2021-10-26
ผู้พัฒนา https://leaser.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.leaser.in/
URL หน้าช่วยเหลือ https://leaser.in/about_us
URL หน้านโยบายความเป็นส่วนตัว https://leaser.in/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leaser MagiConnect",
    "description": "Connect to your service without using the password.",
    "short_name": "Leaser MagiConnect",
    "version": "1.7",
    "icons": {
        "512": "icons\/logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "popup\/index.html"
    ],
    "content_security_policy": "default-src 'self' https:\/\/api.leaser.in; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net data:"
}