Slapdash New Tab

Slapdash - the operating system for work

Slapdash New Tab là gì?

Slapdash New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://slapdash.com, và tính năng chính của nó là "Slapdash - the operating system for work".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slapdash New Tab

Tải xuống các tệp mở rộng Slapdash New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slapdash New Tab Slapdash New Tab
ID nmbemmaphfefjpdeolajfdjdnmgmemdd
URL Chính Thức https://chromewebstore.google.com/detail/slapdash-new-tab/nmbemmaphfefjpdeolajfdjdnmgmemdd
Mô tả Slapdash - the operating system for work
Kích Thước Tệp 5.58 MB
Số Lần Cài Đặt 419
Phiên Bản Hiện Tại 2.10.179
Cập Nhật Lần Cuối 2022-07-22
Ngày Phát Hành 2020-08-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://slapdash.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://slapdash.com/
URL Trang Trợ Giúp https://support.slapdash.com/
URL Trang Chính Sách Bảo Mật https://slapdash.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
}