Slapdash New Tab

Slapdash - the operating system for work

Slapdash New Tab क्या है?

Slapdash New Tab https://slapdash.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Slapdash - the operating system for work"।

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

screenshot

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

crx प्रारूप में Slapdash New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Slapdash connects all your work applications to give you new superpowers. Launch, search and navigate your apps at the speed of thought.

This extension sets Slapdash as your New Tab page in Chrome. 

The New Tab page acts like a visual HUD to start or continue a productive stream of work.                    

एक्सटेंशन की मूल जानकारी

नाम Slapdash New Tab Slapdash New Tab
ID nmbemmaphfefjpdeolajfdjdnmgmemdd
आधिकारिक URL https://chromewebstore.google.com/detail/slapdash-new-tab/nmbemmaphfefjpdeolajfdjdnmgmemdd
विवरण Slapdash - the operating system for work
फ़ाइल का आकार 5.58 MB
स्थापना संख्या 419
वर्तमान संस्करण 2.10.179
अंतिम अपडेट 2022-07-22
प्रकाशन तिथि 2020-08-05
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://slapdash.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://slapdash.com/
सहायता पृष्ठ URL https://support.slapdash.com/
गोपनीयता नीति पृष्ठ URL https://slapdash.com/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAviZZkbLJLa9yKJsx3TUR8XQMEIyBY34inpHTbSGADtnlgyaRvx2nCY8CMVvL06TV1geXvENYJgohKon+IxVghbHKb3pbHWFUBjeHDfGhd4S8XfniWAt\/M9BPLzQHpBR41Y9Uu6qdrWHyZ5sh7awZoSUwwQdBeE9R5oCa617zzD6lbijlfRZa5Exux6pGbtIhfN9sLzFzlBc5Et6\/fHxQNXvwlJbqRyb4csLej5eVZ5KTSjotqMD0Oyxe8Wg2Lek0NskxY6tXgQVptgxA7EwkplzzIBLI7vyXbh191qN5uQeAL5GRsrjgzb1YTYWC4MfMYgMlnENE6aUwNYS+Ru2SywIDAQAB",
    "icons": {
        "512": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "ids": [
            "knjkgoighhalckigihppnlnhekplefmd"
        ],
        "matches": [
            "*:\/\/*.slapdash.com\/*",
            "*:\/\/*.slapdash.app\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "*:\/\/*.slapdash.com\/*",
        "*:\/\/*.slapdash.app\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GU4WECm50EL6XFhBb6Y9Eid0OOpitgDhP4GoOH21Ndo=' https:\/\/js.stripe.com; object-src 'none'",
    "name": "Slapdash New Tab",
    "version": "2.10.179",
    "description": "Slapdash - the operating system for work",
    "homepage_url": "https:\/\/slapdash.com\/"
}