GoGo Productivity

A set of simple tools to help you focus and stay productive

GoGo Productivityคืออะไร?

GoGo Productivity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 09 Labs และคุณลักษณะหลักของมันคือ "A set of simple tools to help you focus and stay productive"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ambient sound generator, water reminder and focus timer, all in a single clean extension. A free minimal tool to help you stay focussed and improve productivity while you work.                    

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

ชื่อ GoGo Productivity GoGo Productivity
ID mgefagaoblmbfcjoaiibbmobmkgoljia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia
คำอธิบาย A set of simple tools to help you focus and stay productive
ขนาดไฟล์ 2.03 MB
จำนวนการติดตั้ง 609
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2020-05-04
วันที่เผยแพร่ 2020-05-03
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา 09 Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoGo Productivity",
    "version": "0.1.1",
    "description": "A set of simple tools to help you focus and stay productive",
    "icons": {
        "16": "assets\/gogo16.png",
        "48": "assets\/gogo48.png",
        "128": "assets\/gogo.png"
    },
    "browser_action": {
        "default_icon": "assets\/gogo.png",
        "default_title": "GoGo Productivity",
        "default_popup": "config.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "notifications"
    ]
}