Lastcard
Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector!
什么是Lastcard?
Lastcard是由https://lastcard.com开发的Chrome扩展程序,该扩展的主要功能是“Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector!”。
扩展截图
下载Lastcard扩展crx文件
下载Lastcard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | imcpmmbdbgdkicdcebcaefefkekohkhb |
| 官方URL | https://chrome.google.com/webstore/detail/lastcard/imcpmmbdbgdkicdcebcaefefkekohkhb |
| 简介 | Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector! |
| 文件大小 | 372 KB |
| 安装次数 | 724 |
| 当前版本 | 2.0.0.14 |
| 更新时间 | 2021-10-18 |
| 上架时间 | 2021-08-09 |
| 评分 | 3.40/5 共5次评分 |
| 开发者 | https://lastcard.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://lastcard.com/privacy |
| 支持的语言 | 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\/*"
]
} | |