PocketInformant Web

PocketInformant Chrome Extension

Wat is PocketInformant Web?

PocketInformant Web is een Chrome-extensie ontwikkeld door https://app.pocketinformant.com, en de belangrijkste functie is "PocketInformant Chrome Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PocketInformant Web

Download PocketInformant Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PocketInformant Web PocketInformant Web
ID dhgccdmhjimfkkolkndajocgdfgphaik
Officiële URL https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik
Beschrijving PocketInformant Chrome Extension
Bestandsgrootte 742 KB
Aantal Installaties 1,971
Huidige Versie 7.2
Laatst Bijgewerkt 2023-10-03
Publicatiedatum 2021-03-31
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://app.pocketinformant.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pocketinformant.com/
Help Pagina-URL https://pocketinformant.com/support/
URL van de Privacybeleid Pagina https://pocketinformant.com/company-press/privacy
Ondersteunde Talen 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
}