PocketInformant Web
PocketInformant Chrome Extension
Qu'est-ce que PocketInformant Web ?
PocketInformant Web est une extension Chrome développée par https://app.pocketinformant.com, et sa fonction principale est "PocketInformant Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PocketInformant Web
Téléchargez les fichiers d'extension PocketInformant Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dhgccdmhjimfkkolkndajocgdfgphaik |
URL Officiel | https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik |
Description | PocketInformant Chrome Extension |
Taille du Fichier | 742 KB |
Nombre d'Installations | 1,971 |
Version Actuelle | 7.2 |
Dernière Mise à Jour | 2023-10-03 |
Date de Publication | 2021-03-31 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://app.pocketinformant.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pocketinformant.com/ |
URL de la Page d'Aide | https://pocketinformant.com/support/ |
URL de la Page de Politique de Confidentialité | https://pocketinformant.com/company-press/privacy |
Langues Prises en Charge | 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 } |