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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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:\/\/\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/pngs\/*",
                "assets\/animations\/*",
                "index.html",
                "popup.html",
                "*.dart"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "chrome-extension:\/\/*\/*",
                "file:\/\/\/*",
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kasheesh.co\/*"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            },
            "description": "Opens kasheesh extension"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxHfVR7dNSneweqS\/O5kZWr\/CkjznH4nM2pQl\/fMWMJXKmHidFjPNk9Sn\/uCMo48HKq7iHGBoWZXtAMHjSNC13Z2zQgPVT\/t3RZj9YjCeoKYmj8Zey3yjYcHEFUmE2INIl4BtrFH27zTbBTfGVvMPKzGottBitH0SzimYCFVnjobxYb3lRFGs\/9gLcDaGgvcLjnLXwMHTFeXhmkNi1emSlA8DhxPbuSM1171jmW7P8ssCFGfzM9nVcfISOyCG9+YLAlArpCUGbHQiv5DuwgYGmejAFlrlOnm2XSNWmkc\/BXjm903oR0\/MSVUJI3rQ5NcJadTOEwNXVatFDx6zSSenBwIDAQAB"
}