Splikity
Splikity
Splikity là gì?
Splikity là một tiện ích mở rộng Chrome được phát triển bởi https://splikity.com, và tính năng chính của nó là "Splikity".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Splikity
Tải xuống các tệp mở rộng Splikity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Simplify your life with Splikity. Splikity remembers all of your passwords so you don’t have to. Splikity automatically and securely, saves, syncs, and fills your passwords on websites. You will never have to remember another password again. Syncing with Splikity is automatic and you can access your passwords from anywhere. Splikity uses Military-grade encryption to encrypt your information on your device before it is synced. Only you have access to your information. Features: - Unlimited Devices We know you have more than one device. Access your Splikity account on an umlimited number of devices. - Intuitive Splikity is simple. Splikity is beautiful. But most of all, we wanted to make Splikity intuitive. Jump right in and start using all the features. It’s easy. - Secure Password Generator Splikity automatically generates unique secure passwords for your online accounts. - Save As You Go Browse the web. Splikity knows which passwords you haven’t saved and asks you if you want Splikity to remember them. - Autofill Browse the web. Splikity automatically fills your saved usernames and passwords. - Sync Splikity is simple. Syncing your information is instant and automatic. No third party services, no wifi sync, no hassle. Plus you can sync your information across an unlimited number of devices. - Multiple Accounts Do you have multiple accounts on the same website? Splikity has multiple account support so you can store all of your passwords.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jhfjfclepacoldmjmkmdlmganfaalklb |
URL Chính Thức | https://chromewebstore.google.com/detail/splikity/jhfjfclepacoldmjmkmdlmganfaalklb |
Mô tả | Splikity |
Kích Thước Tệp | 746 KB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.3.7 |
Cập Nhật Lần Cuối | 2018-07-13 |
Ngày Phát Hành | 2018-07-13 |
Đánh Giá | 3.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://splikity.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://splikity.com/documents/privacy.htm |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Splikity", "version": "1.3.7", "manifest_version": 2, "description": "Splikity", "homepage_url": "https:\/\/my.splikity.com", "default_locale": "en", "icons": { "16": "images\/icon-off-16x16.png", "48": "images\/icon-off-48x48.png", "128": "images\/icon-128x128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "vendor\/jquery.js", "vendor\/underscore.js", "vendor\/q.js", "vendor\/uri.js", "vendor\/csscolorparser.js", "js\/injection.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": "images\/icon-off-16x16.png", "default_title": "Splikity" }, "permissions": [ "tabs", "privacy", "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ "*\/*", "html\/banner.html?referrer=", "css\/splikity-banner.css", "images\/chosen-sprite.png", "images\/[email protected]", "images\/drag-handle.png", "images\/icon-16x16.png", "images\/icon-48x48.png", "images\/icon-dropdown.png", "images\/icon-off-16x16.png", "images\/icon-off-48x48.png", "images\/logo.png" ], "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/analytics.js\/ https:\/\/js.intercomcdn.com\/ https:\/\/widget.intercom.io\/widget\/ https:\/\/www.google-analytics.com\/; object-src 'self'" } |