Slapdash

Work at the speed of thought.

Slapdashคืออะไร?

Slapdash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slapdash.com และคุณลักษณะหลักของมันคือ "Work at the speed of thought."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Slapdash is a rethink of how we work with our cloud apps, with a focus on speed.

This extension adds Chrome superpowers to Slapdash while enhancing the overall Slapdash experience.

Your open tabs will be searchable directly from the Slapdash desktop app. You'll also get access to the "Chrome History" command to quickly search through what you've seen. For both features, no data gets sent to Slapdash servers.

When opening the Command Bar while looking at a page in Chrome, the Command Bar will recommend contextual commands based on the page you are on. 

This extension also makes the overall Slapdash experience faster, with tab recycling. When opening something from Slapdash, the extension will prevent the loading of a new tab, opting to re-use an already-open one instead.

Installing the extension will also make connecting applications easier: providing better recommendations and cutting down the manual steps required to connect certain apps.

If you can't use the Slapdash desktop app, this extension will also give you a Command Bar that will work on any page you have open in Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slapdash Slapdash
ID knjkgoighhalckigihppnlnhekplefmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slapdash/knjkgoighhalckigihppnlnhekplefmd
คำอธิบาย Work at the speed of thought.
ขนาดไฟล์ 5.79 MB
จำนวนการติดตั้ง 1,933
เวอร์ชันปัจจุบัน 2.10.179
อัปเดตครั้งล่าสุด 2022-07-23
วันที่เผยแพร่ 2020-07-02
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://slapdash.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjnFkY6IHCt6eXWJ\/d\/FROTu1cpgYW\/WJTJnchmyy3y8tNkGiDVLqPE6sGVbuq+Kba0sjp\/th+wqAJ5gJlvvNPexTc+MFWOcUD+8yTe07Xl95TOHKtd1OJmM\/L4wBb8\/COmAqSfnJ2wfcjvTry9lVFYwqsi3DuDJCa38tWgzkgMG8nbYsCQADt9XwfBSJgte3RbhLkd1\/RGZF\/1DvojNlXsk5J556Swi83t0I2ZbsRt2ellj2mZGU58PhjXd3TfCRdXeVZ1xr4IUQHAdcgVrMWgKVkb+9hHJIxNZ9t5bEToJKnavdHe5H6vYr1OAPrl8VQl4ua76IjN3s5y7OO5uClQIDAQAB",
    "icons": {
        "512": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "s"
    },
    "externally_connectable": {
        "ids": [
            "nmbemmaphfefjpdeolajfdjdnmgmemdd"
        ],
        "matches": [
            "*:\/\/*.slapdash.com\/*",
            "*:\/\/*.slapdash.app\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "bookmarks",
        "history",
        "tabs",
        "windows",
        "storage",
        "contextMenus",
        "cookies",
        "chrome:\/\/favicon\/",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/"
    ],
    "commands": {
        "open_command_bar": {
            "suggested_key": {
                "default": "Ctrl+J",
                "mac": "Command+J"
            },
            "description": "Open Command Bar"
        }
    },
    "web_accessible_resources": [
        "contentScript.css",
        "icon.png",
        "spark-animated.gif",
        "powered-by-dark.png",
        "powered-by-light.png",
        "emoji-sheet-apple-64.png",
        "icon_dev.png",
        "contentScript.css.map",
        "contentScript.js.map"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GU4WECm50EL6XFhBb6Y9Eid0OOpitgDhP4GoOH21Ndo=' https:\/\/js.stripe.com; object-src 'none'",
    "name": "Slapdash",
    "version": "2.10.179",
    "description": "Work at the speed of thought.",
    "homepage_url": "https:\/\/slapdash.com\/"
}