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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |