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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}