PocketInformant Web
PocketInformant Chrome Extension
Co to jest PocketInformant Web?
PocketInformant Web to rozszerzenie Chrome opracowane przez https://app.pocketinformant.com, a jego główną funkcją jest „PocketInformant Chrome Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PocketInformant Web
Pobierz pliki rozszerzeń PocketInformant Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dhgccdmhjimfkkolkndajocgdfgphaik |
Oficjalny URL | https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik |
Opis | PocketInformant Chrome Extension |
Rozmiar pliku | 742 KB |
Liczba instalacji | 1,971 |
Aktualna Wersja | 7.2 |
Ostatnia Aktualizacja | 2023-10-03 |
Data Publikacji | 2021-03-31 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | https://app.pocketinformant.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://pocketinformant.com/ |
Adres URL Strony Pomocy | https://pocketinformant.com/support/ |
Adres URL Strony Polityki Prywatności | https://pocketinformant.com/company-press/privacy |
Obsługiwane Języki | 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 } |