FirstData.lv Testing Tool

Fills FirstData.lv payment form with sample credit card data for testing purposes

FirstData.lv Testing Tool là gì?

FirstData.lv Testing Tool là một tiện ích mở rộng Chrome được phát triển bởi Māris Kiseļovs, và tính năng chính của nó là "Fills FirstData.lv payment form with sample credit card data for testing purposes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FirstData.lv Testing Tool

Tải xuống các tệp mở rộng FirstData.lv Testing Tool 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

                        This extension is for easier Firstdata.lv payments system testing. Extensions icon will appear when you visit secureshop-test.firstdata.lv and clicking on it will reveal list of sample credit card data for testing purposes.

This extension is NOT affiliated with, endorsed, or sponsored by the First Data Corporation.

GitHub repository: https://github.com/marisk/chrome-firstdata-test                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FirstData.lv Testing Tool FirstData.lv Testing Tool
ID ihkclgkcgggioammofmjmnfklagaejon
URL Chính Thức https://chromewebstore.google.com/detail/firstdatalv-testing-tool/ihkclgkcgggioammofmjmnfklagaejon
Mô tả Fills FirstData.lv payment form with sample credit card data for testing purposes
Kích Thước Tệp 31.31 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-02-25
Ngày Phát Hành 2020-02-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Māris Kiseļovs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FirstData.lv Testing Tool",
    "description": "Fills FirstData.lv payment form with sample credit card data for testing purposes",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_title": "Fill form",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/secureshop-test.firstdata.lv\/*"
    ]
}