Split Desktop Extension

Connect your browser with Split App.

Split Desktop Extension là gì?

Split Desktop Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.split.co, và tính năng chính của nó là "Connect your browser with Split App.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Split Desktop Extension

Tải xuống các tệp mở rộng Split Desktop Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Split Desktop Extension Split Desktop Extension
ID ijbidcapbbbgjkghldnhcibjhiliikab
URL Chính Thức https://chromewebstore.google.com/detail/split-desktop-extension/ijbidcapbbbgjkghldnhcibjhiliikab
Mô tả Connect your browser with Split App.
Kích Thước Tệp 2.84 MB
Số Lần Cài Đặt 792
Phiên Bản Hiện Tại 2.14
Cập Nhật Lần Cuối 2022-03-01
Ngày Phát Hành 2020-07-01
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.split.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.split.co
URL Trang Trợ Giúp https://www.split.co/more/faq
URL Trang Chính Sách Bảo Mật https://www.split.co/more/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}