Nifty: Tasks, Chat, Docs, Time

Nifty is a new wave productivity app to manage tasks, track time, collaborate on docs, and chat with your team -- all in one place.

Nifty: Tasks, Chat, Docs, Timeคืออะไร?

Nifty: Tasks, Chat, Docs, Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://niftypm.com และคุณลักษณะหลักของมันคือ "Nifty is a new wave productivity app to manage tasks, track time, collaborate on docs, and chat with your team -- all in one place."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nifty: Tasks, Chat, Docs, Time

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

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

                        Nifty's revolutionary Chrome Extension will help you do better work using fewer tools, by replacing five apps with one. Close the gap between the planning and action phases of your work with the #1 easiest to use workflow management app ranked by G2 & Gartner. 🔥

With this extension, you can:
• Create personal and project tasks
• Track time on new and existing tasks
• Create personal notes and jot down ideas
• Chat in real-time with your team
• Share files with your teammates 

Nifty is free forever with 100MB of storage space, unlimited tasks, and users. 

Installing the Chrome Extension:
1. Click Add to Chrome
2. Click Add extension in the next popup 
3. Click the Nifty extension icon at the top of your browser window.
4. Log in to your Nifty Account
5. Select the Workspace(s) that should have access

To hide the draggable floating icon, you can go to settings and toggle off the floating button. To move the floating icon around, you can simply drag it across the browser and the placement will be saved based on the website you're on.

Be sure to visit the website to learn more about how Nifty can change the way you work.                    

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

ชื่อ Nifty: Tasks, Chat, Docs, Time Nifty: Tasks, Chat, Docs, Time
ID hhjbhnchjifpkchbcccnkeccabelmkcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nifty-tasks-chat-docs-tim/hhjbhnchjifpkchbcccnkeccabelmkcm
คำอธิบาย Nifty is a new wave productivity app to manage tasks, track time, collaborate on docs, and chat with your team -- all in one place.
ขนาดไฟล์ 4.02 MB
จำนวนการติดตั้ง 1,775
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-05-24
วันที่เผยแพร่ 2021-12-18
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://niftypm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://niftypm.com
URL หน้าช่วยเหลือ https://help.niftypm.com
URL หน้านโยบายความเป็นส่วนตัว https://niftypm.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nifty: Tasks, Chat, Docs, Time",
    "description": "Nifty is a new wave productivity app to manage tasks, track time, collaborate on docs, and chat with your team -- all in one place.",
    "version": "1.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Open Nifty"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/nifty.pm\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nifty.pm\/*",
            "*:\/\/*.niftyuat.com\/*",
            "*:\/\/*.niftyqa.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "index.html"
            ]
        }
    ]
}