Split Desktop Extension

Connect your browser with Split App.

Was ist Split Desktop Extension?

Split Desktop Extension ist eine Chrome-Erweiterung, die von https://www.split.co entwickelt wurde, und ihr Hauptmerkmal ist "Connect your browser with Split App.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Split Desktop Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Split Desktop Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Are you an online shopper? Earn cash back AUTOMATICALLY as you shop your favorite stores by opting-in to Split's "Auto-Shop" feature!

Are you a link sharer? Create, customize and share beautiful short links (called SplitLinks) with ease by tapping the "Create link" button in the extension.

Whether you're a link sharer or shopper, this extension can help make your life easier and more rewarding. So, what are you waiting for!?                    

Grundlegende Informationen zur Erweiterung

Name Split Desktop Extension Split Desktop Extension
ID ijbidcapbbbgjkghldnhcibjhiliikab
Offizielle URL https://chromewebstore.google.com/detail/split-desktop-extension/ijbidcapbbbgjkghldnhcibjhiliikab
Beschreibung Connect your browser with Split App.
Dateigröße 2.84 MB
Installationsanzahl 792
Aktuelle Version 2.14
Letztes Update 2022-03-01
Veröffentlichungsdatum 2020-07-01
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler https://www.split.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.split.co
Hilfeseite URL https://www.split.co/more/faq
URL der Datenschutzrichtlinien-Seite https://www.split.co/more/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Connect your browser with Split App.",
    "version": "2.14",
    "name": "Split Desktop Extension",
    "author": "split.co",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Split",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "cookies",
        "webNavigation",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-48.png",
        "icon.png"
    ],
    "manifest_version": 2
}