Split Desktop Extension

Connect your browser with Split App.

Split Desktop Extension란 무엇입니까?

Split Desktop Extension은(는) https://www.split.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect your browser with Split App."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Split Desktop Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Split Desktop Extension Split Desktop Extension
ID ijbidcapbbbgjkghldnhcibjhiliikab
공식 URL https://chromewebstore.google.com/detail/split-desktop-extension/ijbidcapbbbgjkghldnhcibjhiliikab
설명 Connect your browser with Split App.
파일 크기 2.84 MB
설치 횟수 792
현재 버전 2.14
최근 업데이트 2022-03-01
출시 날짜 2020-07-01
평점 4.50/5 총 8 개의 평점
개발자 https://www.split.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.split.co
도움말 페이지 URL https://www.split.co/more/faq
개인정보 보호 정책 페이지 URL https://www.split.co/more/privacy
지원되는 언어 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
}