Basaas Extension

Switch between all your apps quickly. Get a unified view on all your daily to dos and appointments.

Basaas Extensionคืออะไร?

Basaas Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย basaas.extension และคุณลักษณะหลักของมันคือ "Switch between all your apps quickly. Get a unified view on all your daily to dos and appointments."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use the Basaas Extension to organize your apps, events and tasks. The Basaas Extension gives you quick access to all your favorite apps, events and tasks and brings notifications into your browser. Using Basaas Workplace in your favorite browser gets even more comfortable and effective. 


🔗   UNITE ALL APPS INTO YOUR PERSONAL PRODUCTIVITY HUB  
Connect all your favorite apps like Google Workspaces, Microsoft Teams, Slack, Asana and many more to your tailor-made integrated solution.
  

‍💻   SIDEBAR - ALL YOUR APPS ACCESSIBLE WITH JUST ONE CLICK  
Bring all your favorite apps together in one omnipresent sidebar. You'll always have the most important apps in focus and can open them immediately. Customize the sidebar exactly as you need it. You can also open your Workplace and Tasks directly from here. If you don't need the sidebar, you can simply hide it.


🎉   POPUP– NO BOOKMARKS ANYMORE 
With Basaas you can organize your apps into groups - even for your entire team. These groups are displayed in the extension popup and you can find the app you are looking for in no time 


🔔   NOTIFICATIONS – STAY UP TO DATE  
Notifications of your active apps are displayed in Basaas Extension. You will also be notified when a new event is about to start. 


🚀   MY DAY - KEEP TRACK OF YOUR EVENTS AND TASKS  
With New Tab you can quickly access all your frequently used apps, events and tasks. See all meetings for the current day and join them as soon as they start with a single click.  Add new tasks to your focus list or open your Workplace.


🔐   PASSWORD MANAGER – SIMPLIFY ACCESS TO ALL YOUR APPS 
Keep your passwords organized in one safe place in your browser. Log in to your apps quicky and easily by inserting your passwords. You can edit all your passwords and keep them perfectly organized and secure.


✅   TASKS – CREATE TASKS EVERYWHERE 
You can create a new task to your integrated task management apps anywhere in the browser by using the shortcuts (Mac: Option + N Windows: Alt + N) or using the Chrome context menu and it will be displayed in Basaas Tasks and your New Tab. 


🗒   NOTE
To use the Basaas Extension you need to own an Basaas Account. Want to know more? Visit us at: www.basaas.com 

 
⛑   NEED ANY HELP?
In case you need help, visit the Basaas Help Center: https://help.basaas.com/                    

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

ชื่อ Basaas Extension Basaas Extension
ID dfnefpadkibojlglpobnjbphlaojobfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basaas-extension/dfnefpadkibojlglpobnjbphlaojobfg
คำอธิบาย Switch between all your apps quickly. Get a unified view on all your daily to dos and appointments.
ขนาดไฟล์ 3.06 MB
จำนวนการติดตั้ง 1,036
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2021-12-09
วันที่เผยแพร่ 2021-05-18
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา basaas.extension
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.basaas.com/
URL หน้าช่วยเหลือ https://help.basaas.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.basaas.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switch between all your apps quickly. Get a unified view on all your daily to dos and appointments.",
    "version": "1.3.2",
    "name": "Basaas Extension",
    "short_name": "Basaas",
    "homepage_url": "https:\/\/www.basaas.com",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-128.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "webNavigation",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*.basaasdev.de\/*",
        "https:\/\/*.basaas.com\/*",
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "task-iframe.html",
        "sidebar-iframe.html",
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}