Split Desktop Extension
Connect your browser with Split App.
What is Split Desktop Extension?
Split Desktop Extension is a Chrome extension developed by https://www.split.co, and its main feature is "Connect your browser with Split App.".
Extension Screenshots
Download Split Desktop Extension Extension CRX File
Download Split Desktop Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!?
Extension Basic Information
Name | Split Desktop Extension |
ID | ijbidcapbbbgjkghldnhcibjhiliikab |
Official URL | https://chromewebstore.google.com/detail/split-desktop-extension/ijbidcapbbbgjkghldnhcibjhiliikab |
Description | Connect your browser with Split App. |
File Size | 2.84 MB |
Installation Count | 792 |
Current Version | 2.14 |
Last Updated | 2022-03-01 |
Publish Date | 2020-07-01 |
Rating | 4.50/5 Total 8 Ratings |
Developer | https://www.split.co |
[email protected] | |
Payment Type | free |
Extension Website | https://www.split.co |
Help Page URL | https://www.split.co/more/faq |
Privacy Policy Page URL | https://www.split.co/more/privacy |
Supported Languages | 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:\/\/*\/*", " |