Split Desktop Extension

Connect your browser with Split App.

Wat is Split Desktop Extension?

Split Desktop Extension is een Chrome-extensie ontwikkeld door https://www.split.co, en de belangrijkste functie is "Connect your browser with Split App.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Split Desktop Extension

Download Split Desktop Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!?                    

Basisinformatie over de Extensie

Naam Split Desktop Extension Split Desktop Extension
ID ijbidcapbbbgjkghldnhcibjhiliikab
Officiële URL https://chromewebstore.google.com/detail/split-desktop-extension/ijbidcapbbbgjkghldnhcibjhiliikab
Beschrijving Connect your browser with Split App.
Bestandsgrootte 2.84 MB
Aantal Installaties 792
Huidige Versie 2.14
Laatst Bijgewerkt 2022-03-01
Publicatiedatum 2020-07-01
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://www.split.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.split.co
Help Pagina-URL https://www.split.co/more/faq
URL van de Privacybeleid Pagina https://www.split.co/more/privacy
Ondersteunde Talen 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
}