PocketInformant Web

PocketInformant Chrome Extension

PocketInformant Web là gì?

PocketInformant Web là một tiện ích mở rộng Chrome được phát triển bởi https://app.pocketinformant.com, và tính năng chính của nó là "PocketInformant Chrome Extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PocketInformant Web

Tải xuống các tệp mở rộng PocketInformant Web 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

                        Pocket Informant for Web - Keep track of your Informant Sync projects and tasks, and be reminded to check in regularly while browsing the web. 
Pocket Informant is a popular personal information management (PIM) software and mobile app designed to help users organize their schedules, tasks, and contacts. It is known for its robust set of features and capabilities for managing and planning various aspects of one's life and work.
Pocket Informant chrome extension is used to easily access Pocket Informant for Web.                    

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

Tên PocketInformant Web PocketInformant Web
ID dhgccdmhjimfkkolkndajocgdfgphaik
URL Chính Thức https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik
Mô tả PocketInformant Chrome Extension
Kích Thước Tệp 742 KB
Số Lần Cài Đặt 1,971
Phiên Bản Hiện Tại 7.2
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2021-03-31
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://app.pocketinformant.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pocketinformant.com/
URL Trang Trợ Giúp https://pocketinformant.com/support/
URL Trang Chính Sách Bảo Mật https://pocketinformant.com/company-press/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PocketInformant Web",
    "version": "7.2",
    "description": "PocketInformant Chrome Extension",
    "browser_action": {
        "icons": "favicon.ico",
        "default_icon": "favicon.png",
        "default_title": "PocketInformant Chrome Extension",
        "default_popup": "pi-chrome.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.6.0.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}