FirstData.lv Testing Tool

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

FirstData.lv Testing Toolคืออะไร?

FirstData.lv Testing Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Māris Kiseļovs และคุณลักษณะหลักของมันคือ "Fills FirstData.lv payment form with sample credit card data for testing purposes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FirstData.lv Testing Tool

ดาวน์โหลดไฟล์ส่วนขยาย FirstData.lv Testing Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FirstData.lv Testing Tool FirstData.lv Testing Tool
ID ihkclgkcgggioammofmjmnfklagaejon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/firstdatalv-testing-tool/ihkclgkcgggioammofmjmnfklagaejon
คำอธิบาย Fills FirstData.lv payment form with sample credit card data for testing purposes
ขนาดไฟล์ 31.31 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-02-25
วันที่เผยแพร่ 2020-02-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Māris Kiseļovs
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}