Koi

Your Online Payment Assistant

Koiคืออะไร?

Koi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://catchkoi.com และคุณลักษณะหลักของมันคือ "Your Online Payment Assistant"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Koi

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

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

                        Koi helps you maximize your credit card rewards program. Simply select your credit cards from our Koi extension home page. When you are at online shopping checkout page, Koi will tell you the credit card with the highest cash back in your wallet.  

Koi is your personal payment assistant. Koi analyzes each website's merchant category and the rewards programs in your credit cards, so you can earn the highest cash back and rewards for all your purchases.  
-------------------------------------------------------------------------------------------
Facebook: https://www.facebook.com/CatchKoi/

Instagram: @catchkoitech

FAQ: https://www.catchkoi.com/faq

Contact Us: https://koitechnologies2020.typeform.com/to/TrAxE8Cg                    

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

ชื่อ Koi Koi
ID edimegdniiebbjfggmgkanfnlalbfeej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/koi/edimegdniiebbjfggmgkanfnlalbfeej
คำอธิบาย Your Online Payment Assistant
ขนาดไฟล์ 24.36 MB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 6.6.2
อัปเดตครั้งล่าสุด 2020-08-22
วันที่เผยแพร่ 2020-07-04
คะแนน 5.00/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://catchkoi.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.catchkoi.com/
URL หน้าช่วยเหลือ https://www.catchkoi.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.catchkoi.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koi",
    "description": "Your Online Payment Assistant",
    "version": "6.6.2",
    "manifest_version": 2,
    "icons": {
        "16": "\/icons\/koi_icon_16.png",
        "48": "\/icons\/koi_icon_48.png",
        "128": "\/icons\/koi_icon_128.png"
    },
    "browser_action": {
        "default_title": "Koi",
        "default_icon": "\/icons\/koi_icon_16.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "oauth2": {
        "client_id": "1036462482225-us430mj8tp4cd8heqmubav9dgbbg1301.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "\/icons\/*",
        "\/imgs\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "identity",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "inject\/autofill.js",
                "inject\/cashbackScript.js",
                "inject\/template.js",
                "inject\/loadScript.js",
                "inject\/confetti.js"
            ],
            "css": [
                "inject\/koi-popup-style.css"
            ]
        }
    ]
}