Basecamp Essentials

Opinionated features to increase your productivity with basecamp

Basecamp Essentialsคืออะไร?

Basecamp Essentials เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukas9422 และคุณลักษณะหลักของมันคือ "Opinionated features to increase your productivity with basecamp"

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

screenshot
screenshot

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

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

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

                        Basecamp Essentials provides a set of small tools that will help you in your productivity.

Reply - Answer your coworkers
Reply all - Answer all the arguments raised by the coworker
Greater Boost - Make comments instead of using icons only
Clear Chat message - delete temporary text in chat
Chat Summary - Summary of employee conversation
Colored Chat Messages - Colors to basecamp chat alerts


Would you like to improve the tool or report a bug?
https://github.com/lukascivil/basecamp-essentials                    

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

ชื่อ Basecamp Essentials Basecamp Essentials
ID aebodfjhnegpfdainpppdnkondmdcnhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh
คำอธิบาย Opinionated features to increase your productivity with basecamp
ขนาดไฟล์ 361 KB
จำนวนการติดตั้ง 180
เวอร์ชันปัจจุบัน 1.9.0
อัปเดตครั้งล่าสุด 2021-12-05
วันที่เผยแพร่ 2021-06-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา lukas9422
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Basecamp Essentials",
    "description": "Opinionated features to increase your productivity with basecamp",
    "version": "1.9.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "action": {
        "default_title": "Basecamp Essentials Configurations",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}