Lastcard

Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector!

Что такое Lastcard?

Lastcard - это расширение Chrome, разработанное https://lastcard.com, и его основная функция - "Shop Easily, Buy Privately, Pay Securely. Lastcard is your money's virtual protector!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Lastcard

Скачайте файлы расширений Lastcard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Lastcard Lastcard
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\/*"
    ]
}