Slash

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

Slash là gì?

Slash là một tiện ích mở rộng Chrome được phát triển bởi Slash Financial, Inc., và tính năng chính của nó là "Access your Slash virtual cards to autofill your card details into any website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slash

Tải xuống các tệp mở rộng Slash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slash Slash
ID cbjfhiandfcgnndjagahlcpghnhcjaae
URL Chính Thức https://chromewebstore.google.com/detail/slash/cbjfhiandfcgnndjagahlcpghnhcjaae
Mô tả Access your Slash virtual cards to autofill your card details into any website.
Kích Thước Tệp 9.97 MB
Số Lần Cài Đặt 297
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-05-26
Ngày Phát Hành 2023-04-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Slash Financial, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://joinslash.com
URL Trang Trợ Giúp https://help.joinslash.com/en/
URL Trang Chính Sách Bảo Mật https://www.joinslash.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}