Slash

Access your Slash virtual cards to autofill your card details into any website.

Slashとは何ですか?

SlashはSlash Financial, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Access your Slash virtual cards to autofill your card details into any website.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Slash拡張機能のCRXファイルをダウンロード

Slash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Introducing Slash Chrome - the ultimate tool for effortless management, control, and accessibility. Join hundreds of Slash users in transforming your workflow with our Chrome extension.

🕹️ Manage
Access and create cards all in one place. You never know when you’re gonna need a few extra VCCs.

📊 Track
View all your transactions in one place, and categorize them by card for more concise spend breakdowns.

🔒 Control
Pause and delete cards or set custom limits on your cards, to make sure you never spend more than you desire. Or just for that little extra security.

⏳ Get started in seconds
Install Slash on your browser in seconds, and start enjoying all the benefits of hassle-free spending.

Looking for mobile convenience? Try our iOS App.                    

拡張機能の基本情報

名前 Slash Slash
ID cbjfhiandfcgnndjagahlcpghnhcjaae
公式URL https://chromewebstore.google.com/detail/slash/cbjfhiandfcgnndjagahlcpghnhcjaae
説明 Access your Slash virtual cards to autofill your card details into any website.
ファイルサイズ 9.97 MB
インストール数 297
現在のバージョン 0.1.0
最終更新日 2023-05-26
公開日 2023-04-20
評価 5.00/5 合計 1 レビュー
開発者 Slash Financial, Inc.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://joinslash.com
ヘルプページのURL https://help.joinslash.com/en/
プライバシーポリシーページのURL https://www.joinslash.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slash",
    "version": "0.1.0",
    "description": "Access your Slash virtual cards to autofill your card details into any website.",
    "action": {
        "default_title": "Slash",
        "default_popup": "index.html",
        "default_icon": "\/icons\/Icon-32.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "styles\/index.css"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "frameContent.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/Icon-16.png",
        "32": "icons\/Icon-32.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/*",
                "fonts\/*",
                "images\/*",
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}