Split Desktop Extension

Connect your browser with Split App.

Split Desktop Extension क्या है?

Split Desktop Extension https://www.split.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect your browser with Split App."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Split Desktop Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}