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 là gì?

Priority Matrix for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://appfluence.com, và tính năng chính của nó là "Chrome Extension to turn web links into Priority Matrix items. Save PDF files, and context menu with other options.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Priority Matrix for Chrome

Tải xuống các tệp mở rộng Priority Matrix for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Priority Matrix helps you prioritize, focus, and work smarter. This extension lets you create tasks with just a click while your browsing the web, without having to switch apps. Your newly created data will show up in your Priority Matrix inbox the next time you open the app.

Most recently, we added a PDF integration that lets you send any such document to your PM account with one click.

Some ideas of use
- Save and remind web data (links, images, pdf files) to read later.
- Improve email productivity.
- Share data among collaborators for teams of any size.

Work on what matters!

PS: Make sure cookies from appfluence.com are accepted in your browser, so that the extension works properly.

Privacy policy: https://appfluence.com/privacy/
Terms of use: https://appfluence.com/eula/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Priority Matrix for Chrome Priority Matrix for Chrome
ID dboboillnhldihjigadainihehfoackd
URL Chính Thức https://chromewebstore.google.com/detail/priority-matrix-for-chrom/dboboillnhldihjigadainihehfoackd
Mô tả Chrome Extension to turn web links into Priority Matrix items. Save PDF files, and context menu with other options.
Kích Thước Tệp 569 KB
Số Lần Cài Đặt 8,836
Phiên Bản Hiện Tại 1.8.34
Cập Nhật Lần Cuối 2023-12-17
Ngày Phát Hành 2020-05-04
Đánh Giá 4.56/5 Tổng số 75 Đánh Giá
Nhà Phát Triển https://appfluence.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://appfluence.com
URL Trang Trợ Giúp https://appfluence.com/help
URL Trang Chính Sách Bảo Mật https://appfluence.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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.34",
    "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",
                "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"
    ]
}