Split Desktop Extension

Connect your browser with Split App.

Split Desktop Extensionคืออะไร?

Split Desktop Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.split.co และคุณลักษณะหลักของมันคือ "Connect your browser with Split App."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Split Desktop Extension

ดาวน์โหลดไฟล์ส่วนขยาย Split Desktop Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}