Lastcard
Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector!
Lastcard là gì?
Lastcard là một tiện ích mở rộng Chrome được phát triển bởi https://lastcard.com, và tính năng chính của nó là "Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector!".
Ả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 Lastcard
Tải xuống các tệp mở rộng Lastcard 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | imcpmmbdbgdkicdcebcaefefkekohkhb |
URL Chính Thức | https://chrome.google.com/webstore/detail/lastcard/imcpmmbdbgdkicdcebcaefefkekohkhb |
Mô tả | Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector! |
Kích Thước Tệp | 372 KB |
Số Lần Cài Đặt | 724 |
Phiên Bản Hiện Tại | 2.0.0.14 |
Cập Nhật Lần Cuối | 2021-10-18 |
Ngày Phát Hành | 2021-08-09 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://lastcard.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://lastcard.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Adaware", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "img\/browsericons\/safe-19x19.png", "38": "img\/browsericons\/safe-38x38.png" }, "default_popup": "popup.html", "default_title": "Lastcard" }, "content_scripts": [ { "css": [ "css\/scan.css" ], "js": [ "common\/src\/main-content-script.js", "js\/card-popup-clicked.js" ], "matches": [ "*:\/\/*\/*" ] }, { "all_frames": true, "js": [ "common\/src\/jquery.min.js", "js\/parameters.js", "common\/src\/global.js", "common\/src\/content-form-detection.js", "common\/src\/placeIcon.js", "common\/src\/formFiller.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'", "description": "Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector!", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/localhost:*\/*", "*:\/\/react.payaware.local\/*", "*:\/\/uat-portal.lastcard.com\/*", "*:\/\/portal.lastcard.com\/*", "*:\/\/staging-payaware.lavasoft.net\/*", "*:\/\/dev-payaware.lavasoft.net\/*", "*:\/\/sandbox-portal.lastcard.com\/*" ] }, "icons": { "128": "img\/browsericons\/safe-38x38.png", "16": "img\/browsericons\/safe-19x19.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "26.0", "name": "Lastcard", "permissions": [ "storage", "tabs", "activeTab" ], "short_name": "Lastcard", "version": "2.0.0.14", "web_accessible_resources": [ "img\/*", "fonts\/*" ] } |