kasheesh
A browser extension that helps you split payments across multiple cards.
什麼是kasheesh?
kasheesh是由https://kasheesh.co開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that helps you split payments across multiple cards.”。
擴展截圖
下載kasheesh擴展crx文件
下載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 |
官方網址 | 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:\/\/\/*", " |