Password Tote
Assists with logging into websites/services.
Password Toteคืออะไร?
Password Tote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.passwordtote.com และคุณลักษณะหลักของมันคือ "Assists with logging into websites/services."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Tote
ดาวน์โหลดไฟล์ส่วนขยาย Password Tote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Password Tote extension allows you to auto fill your website logins with passwords that are stored in Password Tote. It enables you to keep very secure passwords stored securely and instantly login to your websites without having to remember the passwords. Password Tote is accessible on multiple platforms including Windows, Mac OS X, iOS and Android. Please visit https://www.passwordtote.com for more information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Password Tote |
ID | jicglelpanknddlcpkflelfbaciblgdk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk |
คำอธิบาย | Assists with logging into websites/services. |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 1,734 |
เวอร์ชันปัจจุบัน | 1.0.6.15 |
อัปเดตครั้งล่าสุด | 2023-02-16 |
วันที่เผยแพร่ | 2016-09-23 |
คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://www.passwordtote.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.passwordtote.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.passwordtote.com/privacy.aspx |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Tote", "version": "1.0.6.15", "manifest_version": 2, "description": "Assists with logging into websites\/services.", "icons": { "128": "ptote128logo.png", "48": "ptote48logo.png", "16": "ptote16logo.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "ptote24logo.png", "default_title": "Password Tote", "default_popup": "main.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.passwordtote.com\/online\/passwords.aspx" ], "js": [ "jquery-1.7.2.min.js", "exists.js" ] } ] } |