Split Desktop Extension

Connect your browser with Split App.

Vad är Split Desktop Extension?

Split Desktop Extension är en Chrome-tillägg utvecklad av https://www.split.co, och dess huvudfunktion är "Connect your browser with Split App.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Split Desktop Extension-förlängningens CRX-fil

Ladda ner Split Desktop Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Split Desktop Extension Split Desktop Extension
ID ijbidcapbbbgjkghldnhcibjhiliikab
Officiell webbadress https://chromewebstore.google.com/detail/split-desktop-extension/ijbidcapbbbgjkghldnhcibjhiliikab
Beskrivning Connect your browser with Split App.
Filstorlek 2.84 MB
Antal Installationer 792
Aktuell Version 2.14
Senast Uppdaterad 2022-03-01
Publiceringsdatum 2020-07-01
Betyg 4.50/5 Totalt 8 Betyg
Utvecklare https://www.split.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.split.co
Hjälpsida URL https://www.split.co/more/faq
URL till Sekretesspolicy Sidan https://www.split.co/more/privacy
Stödda Språk 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
}