Projectsly for Gmail by 500apps

Easy to manage all your projects and tasks from Gmail

Projectsly for Gmail by 500appsคืออะไร?

Projectsly for Gmail by 500apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://500apps.com และคุณลักษณะหลักของมันคือ "Easy to manage all your projects and tasks from Gmail"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Projectsly for Gmail by 500apps

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

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

                        Project management software Projectsly.com by 500apps enables teams to centralize project planning and execute successfully. Streamline your project planning and plan every aspect of a project from start to finish to accelerate business growth. Monitor project status, plan sprints and product roadmaps and create custom reports for data-driven decision-making. Keep tabs on who’s doing what and when. Communicate with your team in real-time to keep projects on track. Get access to 30+ apps for $14.99 per user.

How to Use Projectsly.com Chrome Extension?
Projectsly, the powerful Project Management software enables your business to incorporate it with Gmail and manage all your tasks, workflows, Work schedules, and a lot more. Instead of managing Gmail and Projectsly from two different windows or tabs, you can perform the activities related to both of these from a single location concerning your entire project-related operations right from your Gmail mailbox.

A few significant features that you get by integrating Projectsly with Gmail includes:
No need to keep track of the multiple tabs,
No more dependencies 
Collaborate with all teams using the Gmail platform,
Add/modify all the tasks/subtasks in one place,
Every operation can be tracked in a single place.

Say NO to Sticky Notes
As we know, maintaining Sticky Notes is to remember our to-dos, using the Projectsly extension, you can proceed further without carrying any remainder notes. Projectsly itself reminds you about the tasks running under pending status to make you nowhere fail to complete the same.

Therefore, you can undoubtedly choose Projectsly as a modern alternative and follow up with your respective schedules by creating to-do lists, notes and completing the prioritized tasks by performing any edits from the Projectsly.com Chrome Extension.

All you have to do is open a new tab, and your item is there. Write, read, cross out. 

Additional Benefits
The Projectsly.com Extension is simple, intuitive, and absolutely fast
You can choose a selective background that matches your mood 
Notifications can be displayed from Projectsly.com
You can build your personal productivity report and dashboard in Projectsly.com
You can tag tasks in Projectsly.com and they’ll appear in the new tab 

Note: A free or paid Projectsly account is required to use Projectsly.com


Features

Project Management
Project management software for growing teams to effortlessly keep track of tasks and projects in one central location. Part of 500apps Infinity suite

Task Management 
Project management software for growing teams to effortlessly keep track of tasks and projects in one central location. Part of 500apps Infinity suite

Agile Project Management
Agile project management software to help you keep track of all of your iterations, sprints, backlogs, and progress. Part of 500apps Infinity suite.

Project Reporting
Project management reporting software to generate insightful project reports and actionable analytics for you to get to success faster. Part of 500apps Infinity suite.

How to Get Started

Download and install the Chrome extension from the Chrome Web Store and register for free to track all
From the Makers of Agile CRM, all-in-one CRM software.
Projectsly.com is a part of a 500apps business suite, a brainchild of Agile CRM developers. Agile CRM is trusted by 180000+ customers and is one of the popular customer relationship management software solutions. emails from Gmail automatically.

From the Makers of Agile CRM, all-in-one CRM software.
Projectsly.com is a part of a 500apps business suite, a brainchild of Agile CRM developers. Agile CRM is trusted by 180000+ customers and is one of the popular customer relationship management software solutions.                    

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

ชื่อ Projectsly for Gmail by 500apps Projectsly for Gmail by 500apps
ID glaphdnbibhkmmijabgdoijlhhndjejc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/projectsly-for-gmail-by-5/glaphdnbibhkmmijabgdoijlhhndjejc
คำอธิบาย Easy to manage all your projects and tasks from Gmail
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-09-22
วันที่เผยแพร่ 2021-06-10
คะแนน 4.92/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา https://500apps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://projectsly.com
URL หน้านโยบายความเป็นส่วนตัว https://500apps.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Projectsly for Gmail by 500apps",
    "description": "Easy to manage all your projects and tasks from Gmail",
    "version": "1.0.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "*:\/\/infinity.500apps.com\/*",
        "storage",
        "notifications",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/infinity.500apps.com\/*"
            ],
            "js": [
                "external\/inboxsdk.js",
                "cs\/script.js"
            ]
        }
    ]
}