Slash

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

Qu'est-ce que Slash ?

Slash est une extension Chrome développée par Slash Financial, Inc., et sa fonction principale est "Access your Slash virtual cards to autofill your card details into any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Slash

Téléchargez les fichiers d'extension Slash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Slash Slash
ID cbjfhiandfcgnndjagahlcpghnhcjaae
URL Officiel https://chromewebstore.google.com/detail/slash/cbjfhiandfcgnndjagahlcpghnhcjaae
Description Access your Slash virtual cards to autofill your card details into any website.
Taille du Fichier 9.97 MB
Nombre d'Installations 297
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-05-26
Date de Publication 2023-04-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Slash Financial, Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://joinslash.com
URL de la Page d'Aide https://help.joinslash.com/en/
URL de la Page de Politique de Confidentialité https://www.joinslash.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}