PocketInformant Web

PocketInformant Chrome Extension

What is PocketInformant Web?

PocketInformant Web is a Chrome extension developed by https://app.pocketinformant.com, and its main feature is "PocketInformant Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download PocketInformant Web Extension CRX File

Download PocketInformant Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PocketInformant Web PocketInformant Web
ID dhgccdmhjimfkkolkndajocgdfgphaik
Official URL https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik
Description PocketInformant Chrome Extension
File Size 742 KB
Installation Count 1,971
Current Version 7.2
Last Updated 2023-10-03
Publish Date 2021-03-31
Rating 4.00/5 Total 3 Ratings
Developer https://app.pocketinformant.com
Email [email protected]
Payment Type free
Extension Website https://pocketinformant.com/
Help Page URL https://pocketinformant.com/support/
Privacy Policy Page URL https://pocketinformant.com/company-press/privacy
Supported Languages 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
}