Slash

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

Slash क्या है?

Slash Slash Financial, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access your Slash virtual cards to autofill your card details into any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}