EuSonLito - Password Manager
Easy Connect from Chrome with your own Password Manager Platform
EuSonLito - Password Managerคืออะไร?
EuSonLito - Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eordes และคุณลักษณะหลักของมันคือ "Easy Connect from Chrome with your own Password Manager Platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EuSonLito - Password Manager
ดาวน์โหลดไฟล์ส่วนขยาย EuSonLito - Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension connects with Password Manager Platform https://github.com/eusonlito/Password-Manager to allow access to passwords directly from any website.
Source Code published in https://github.com/eusonlito/Password-Manager-Chrome ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mkbgfbjaoibojobjpimpkaofckkgknhi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi |
| คำอธิบาย | Easy Connect from Chrome with your own Password Manager Platform |
| ขนาดไฟล์ | 23.47 KB |
| จำนวนการติดตั้ง | 52 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2023-09-13 |
| วันที่เผยแพร่ | 2022-04-07 |
| ผู้พัฒนา | eordes |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/eusonlito/Password-Manager-Chrome |
| URL หน้าช่วยเหลือ | https://github.com/eusonlito/Password-Manager |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EuSonLito - Password Manager",
"description": "Easy Connect from Chrome with your own Password Manager Platform",
"version": "0.0.2",
"manifest_version": 3,
"author": "Lito",
"icons": {
"128": "icon.png"
},
"action": {
"default_title": "Password Manager",
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |