PocketInformant Web

PocketInformant Chrome Extension

什么是PocketInformant Web?

PocketInformant Web是由https://app.pocketinformant.com开发的Chrome扩展程序,该扩展的主要功能是“PocketInformant Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载PocketInformant Web扩展crx文件

下载PocketInformant Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PocketInformant Web PocketInformant Web
ID dhgccdmhjimfkkolkndajocgdfgphaik
官方URL https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik
简介 PocketInformant Chrome Extension
文件大小 742 KB
安装次数 1,971
当前版本 7.2
更新时间 2023-10-03
上架时间 2021-03-31
评分 4.00/5 共3次评分
开发者 https://app.pocketinformant.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pocketinformant.com/
帮助页面URL https://pocketinformant.com/support/
隐私政策页面URL https://pocketinformant.com/company-press/privacy
支持的语言 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
}