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 |
官方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:\/\/\/*", " |