kasheesh
A browser extension that helps you split payments across multiple cards.
kasheeshคืออะไร?
kasheesh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kasheesh.co และคุณลักษณะหลักของมันคือ "A browser extension that helps you split payments across multiple cards."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย kasheesh
ดาวน์โหลดไฟล์ส่วนขยาย kasheesh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Split payments across multiple cards on any website. It's that simple. Three simple steps. 1) Sign up for an account. 2) Link your cards. 3) Complete the transaction. Consolidate your spending. * No credit pull. * No rejection. * Secure spending.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | kasheesh |
ID | gmcjohagffljgambpboomegkkpbibkgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kasheesh/gmcjohagffljgambpboomegkkpbibkgo |
คำอธิบาย | A browser extension that helps you split payments across multiple cards. |
ขนาดไฟล์ | 10.32 MB |
จำนวนการติดตั้ง | 694 |
เวอร์ชันปัจจุบัน | 2.3.4 (b440f4f3) |
อัปเดตครั้งล่าสุด | 2024-01-19 |
วันที่เผยแพร่ | 2021-09-21 |
คะแนน | 4.73/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | https://kasheesh.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.kasheesh.co/ |
URL หน้าช่วยเหลือ | https://support.kasheesh.co |
URL หน้านโยบายความเป็นส่วนตัว | https://app.kasheesh.co/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kasheesh", "version": "2.3.4.396", "version_name": "2.3.4 (b440f4f3)", "description": "A browser extension that helps you split payments across multiple cards.", "manifest_version": 3, "homepage_url": "https:\/\/app.kasheesh.co", "background": { "service_worker": "service-worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.kasheesh.co\/*\/issuing_cards\/*" ], "js": [ "webapp-cs.js" ] }, { "matches": [ "https:\/\/example.com\/" ], "js": [ "example.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/pngs\/kasheesh16.png", "32": "assets\/pngs\/kasheesh32.png", "48": "assets\/pngs\/kasheesh48.png", "128": "assets\/pngs\/kasheesh128.png" }, "default_title": "Open Kasheesh!" }, "icons": { "16": "assets\/pngs\/kasheesh16.png", "32": "assets\/pngs\/kasheesh32.png", "48": "assets\/pngs\/kasheesh48.png", "128": "assets\/pngs\/kasheesh128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage", "cookies", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*", " |