activeCollab Notifications

Brings some of the great activeCollab features, right into your browser.

activeCollab Notificationsคืออะไร?

activeCollab Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย activeCollab และคุณลักษณะหลักของมันคือ "Brings some of the great activeCollab features, right into your browser."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        activeCollab is  a project management and team collaboration solution with cloud and self-hosted options. 

The activeCollab Notifications extension will keep you up to date with all updates on your projects. With this extension you get:

	*	Real time notifications in your browser
	*	Links to updated pages in activeCollab  
	*	A link to the Notifications within activeCollab
	*	The option to mark all notifications as read 

And one more great feature:

 * Desktop notifications!

With this extension, you will never miss an important update.

**This extension works with activeCollab 4.1. and newer**


Main activeCollab features

- Team Hub - include you entire team, keep everyone informed and streamline communication

- Project management  - give structure to your projects, follow progress and get detailed reports

- Calendar - view assignments in the calendar, create events, manage days off and  holidays

- Time and expenses tracking - keep track of time and expenses and use the reports to invoice your clients. 

- Invoicing - create and send professional looking invoices and get paid from activeCollab with integrated payment gateways 

- Negotiating projects - send quotes and receive project requests from clients

- Email integration - create tasks, discussions and files from emails                    

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

ชื่อ activeCollab Notifications activeCollab Notifications
ID dfllfhhgjlpicpmkbdiihokcffoegkdl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/activecollab-notification/dfllfhhgjlpicpmkbdiihokcffoegkdl
คำอธิบาย Brings some of the great activeCollab features, right into your browser.
ขนาดไฟล์ 235 KB
จำนวนการติดตั้ง 222
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2014-02-06
วันที่เผยแพร่ 2014-02-06
คะแนน 3.80/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา activeCollab
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.activecollab.com/
URL หน้าช่วยเหลือ https://activecollab.com/help/index.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "activeCollab Notifications",
    "description": "Brings some of the great activeCollab features, right into your browser.",
    "version": "1.0.4",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "core\/js\/jquery.js",
            "js\/browser.js",
            "core\/js\/core.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "activeCollab Notifications",
        "default_icon": {
            "19": "images\/button-icon.png",
            "38": "images\/[email protected]"
        },
        "default_popup": "core\/pages\/popup.html"
    },
    "options_page": "core\/pages\/options.html",
    "icons": {
        "16": "core\/images\/extension-icon-16x16.png",
        "48": "core\/images\/extension-icon-48x48.png",
        "128": "core\/images\/extension-icon-128x128.png"
    }
}