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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.
이메일 [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": [
                ""
            ]
        }
    ]
}