Priority Matrix for Chrome

Chrome Extension to turn web links into Priority Matrix items. Save PDF files, and context menu with other options.

Priority Matrix for Chromeคืออะไร?

Priority Matrix for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prioritymatrix.com และคุณลักษณะหลักของมันคือ "Chrome Extension to turn web links into Priority Matrix items. Save PDF files, and context menu with other options."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Priority Matrix for Chrome

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

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

                        Priority Matrix helps your team work with the same goal in mind. With everyone rowing in the same direction, the right work gets done on time.

PRIORITIZE – FOCUS ON THE RIGHT THINGS
Our intuitive layout provides a framework for prioritization
Communicate team priorities with shared project views
Make sure you and your team are focused on the right things

MANAGE TASKS
Create tasks at the touch of a button, set due dates, add notes, share files
Comment on any task to share updates in real time

DELEGATE
Assign tasks to team members with the touch of a button
Monitor team workload and progress with our comprehensive filters

MANAGE PROJECTS
Create projects to manage initiatives and goals
Keep projects private or collaborate with your team
Gain a visual overview of the moving parts of each project
Outline and understand project timelines with Gantt charts

GAIN INTUITIVE INSIGHT
Advanced filtering allows managers to sort tasks by team member, status, date, and more. 
Daily, weekly, monthly reports give deeper team ‘productivity insights’  

INTEGRATE WITH TOOLS YOU LOVE
Email: Apple Mail, Outlook, Gmail, and more
Calendars: iCal, iOS reminders, Outlook Calendar, Google Calendar
Everything else: Google Docs, Evernote, Siri

SUBSCRIPTION
After a trial period, Priority Matrix requires a subscription (see https://appfluence.com/pricing/). The subscription renews automatically until you cancel.

Learn more about our privacy rules and terms of use:
https://appfluence.com/privacy
https://appfluence.com/eula                    

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

ชื่อ Priority Matrix for Chrome Priority Matrix for Chrome
ID fgnlpfmhlnhfmlokjlhjmflokbblalee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/priority-matrix-for-chrom/fgnlpfmhlnhfmlokjlhjmflokbblalee
คำอธิบาย Chrome Extension to turn web links into Priority Matrix items. Save PDF files, and context menu with other options.
ขนาดไฟล์ 588 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.8.32
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2022-01-12
ผู้พัฒนา https://prioritymatrix.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://appfluence.com
URL หน้าช่วยเหลือ https://appfluence.com/help
URL หน้านโยบายความเป็นส่วนตัว https://appfluence.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Priority Matrix for Chrome",
    "short_name": "PM-Chrome",
    "description": "Chrome Extension to turn web links into Priority Matrix items. Save PDF files, and context menu with other options.",
    "version": "1.8.32",
    "author": "Appfluence Inc",
    "options_ui": {
        "page": "options\/Options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/PM16.png",
        "48": "images\/PM48.png",
        "128": "images\/PM128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/PM.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Priority Matrix"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.pdf",
                "*:\/\/*\/*.pdf?*",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "contentscript\/pdf.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "background\/checkFirstuse.js",
                "background\/contextMenu.js",
                "background\/feedback.js",
                "images\/logo_head.png",
                "images\/flying_envelope_2.gif",
                "js\/jquery-3.3.1.min.js",
                "js\/jquery-ui.js",
                "js\/select2.min.js",
                "js\/mixpanel.js",
                "js\/mixpanel-2-latest.min.js",
                "css\/select2.min.css",
                "css\/jquery-ui.css",
                "pdf\/pdf.js",
                "pdf\/PMButton.html",
                "options\/Options.html",
                "settings.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*.pdf",
        "*:\/\/*\/*.pdf?*",
        "file:\/\/*\/*.pdf"
    ]
}