PocketInformant Web

PocketInformant Chrome Extension

Was ist PocketInformant Web?

PocketInformant Web ist eine Chrome-Erweiterung, die von https://app.pocketinformant.com entwickelt wurde, und ihr Hauptmerkmal ist "PocketInformant Chrome Extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

PocketInformant Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie PocketInformant Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PocketInformant Web PocketInformant Web
ID dhgccdmhjimfkkolkndajocgdfgphaik
Offizielle URL https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik
Beschreibung PocketInformant Chrome Extension
Dateigröße 742 KB
Installationsanzahl 1,971
Aktuelle Version 7.2
Letztes Update 2023-10-03
Veröffentlichungsdatum 2021-03-31
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler https://app.pocketinformant.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pocketinformant.com/
Hilfeseite URL https://pocketinformant.com/support/
URL der Datenschutzrichtlinien-Seite https://pocketinformant.com/company-press/privacy
Unterstützte Sprachen 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
}