Zoho Projects

Project Management software that lets you manage projects and tasks online. Collaboration with your team is now easier than ever.

ما هو Zoho Projects؟

Zoho Projects هو إضافة Chrome تم تطويرها بواسطة https://zoho.com، والميزة الرئيسية لها هي "Project Management software that lets you manage projects and tasks online. Collaboration with your team is now easier than ever.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zoho Projects

قم بتنزيل ملفات الامتداد Zoho Projects بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Zoho Projects, our cloud-based project management software used for project planning, tracking, and collaboration, is now available as a browser extension for Google Chrome.



Zoho Projects is preferred by more than three million users worldwide for project planning, tracking, and collaboration. This new Chrome extension keeps you updated even when you are working on other tabs.



Access all the important Projects modules, such as task management, time sheets, news and updates feed, bug tracker— all available right from your browser. This helps you quickly take action without having to open the web app in a new tab. Use our built-in screen grabber to easily file bugs and upload edited screenshots directly from the extension.

Here’s a glimpse of what you can do with Zoho Projects:

* Easily manage complex projects using milestones, task lists, tasks, and sub tasks.
* Quickly view ongoing discussions, tasks, comment threads, and much more by skimming through your Feed.
* Use the timesheet module to log hours for your tasks and issues. You can also see a daily, weekly, or monthly view of your logged hours, making it easy to track all the hard work you've done.
* Communicate effectively with your team using our rich collaboration options such as wiki, chat rooms, and forums.
* Integrate with Google Drive, Google Calendar, and Gmail.
* Get in-depth insights on your projects using Gantt Charts, advanced analytics, and reports.
* Take advantage of other Zoho apps such as CRM, Docs, and Desk using integrations.
* Stay on top of all your projects and work on the go with our iPhone and Android mobile apps.                    

معلومات أساسية عن التمديد

الاسم Zoho Projects Zoho Projects
ID peldkgicldgmbampajgepnigbpkhomoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/zoho-projects/peldkgicldgmbampajgepnigbpkhomoh
الوصف Project Management software that lets you manage projects and tasks online. Collaboration with your team is now easier than ever.
حجم الملف 2.82 MB
عدد التثبيتات 13,072
النسخة الحالية 8.3
آخر تحديث 2024-02-14
تاريخ النشر 2020-05-21
تقييم 4.03/5 مجموع تقييمات 39
المطور https://zoho.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.zoho.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/send.js",
            "js\/notifybell.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/Project-16.png",
        "default_popup": "html\/index.html",
        "default_title": "Zoho Projects"
    },
    "content_scripts": [
        {
            "css": [
                "css\/jquery.mentionsInput.css",
                "css\/select2.css"
            ],
            "js": [
                "js\/screengrabber.js",
                "js\/zpbugs.js",
                "js\/jquery-1.3.2.min.js",
                "js\/jquery-1.7.2.min.js",
                "js\/select2.min.js",
                "js\/taskeditop.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "js\/jquery-1.3.2.min.js",
                "js\/jquery-1.7.2.min.js",
                "js\/logincheck.js"
            ],
            "matches": [
                "https:\/\/*.zoho.com\/*",
                "http:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.eu\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Project Management software that lets you manage projects and tasks online. Collaboration with your team is now easier than ever.",
    "icons": {
        "128": "images\/Project-128.png",
        "16": "images\/Project-16.png",
        "48": "images\/Project-48.png"
    },
    "manifest_version": 2,
    "name": "Zoho Projects",
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage",
        "activeTab",
        "https:\/\/projects.zoho.com\/*",
        "https:\/\/projects.zoho.eu\/*",
        "https:\/\/projects.zoho.com.au\/*",
        "https:\/\/projects.zoho.in\/*",
        "https:\/\/contacts.zoho.com\/*",
        "https:\/\/contacts.zoho.eu\/*",
        "https:\/\/contacts.zoho.com.au\/*",
        "https:\/\/contacts.zoho.in\/*",
        "https:\/\/docs.zoho.com\/*",
        "https:\/\/docs.zoho.eu\/*",
        "https:\/\/docs.zoho.com.au\/*",
        "https:\/\/docs.zoho.in\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.3",
    "web_accessible_resources": [
        "images\/icon.png"
    ]
}