PocketInformant Web
PocketInformant Chrome Extension
Apa itu PocketInformant Web?
PocketInformant Web adalah ekstensi Chrome yang dikembangkan oleh https://app.pocketinformant.com, dan fitur utamanya adalah "PocketInformant Chrome Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PocketInformant Web
Unduh file ekstensi PocketInformant Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dhgccdmhjimfkkolkndajocgdfgphaik |
URL Resmi | https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik |
Deskripsi | PocketInformant Chrome Extension |
Ukuran File | 742 KB |
Jumlah Instalasi | 1,971 |
Versi Saat Ini | 7.2 |
Terakhir Diperbarui | 2023-10-03 |
Tanggal Publikasi | 2021-03-31 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | https://app.pocketinformant.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pocketinformant.com/ |
URL Halaman Bantuan | https://pocketinformant.com/support/ |
URL Halaman Kebijakan Privasi | https://pocketinformant.com/company-press/privacy |
Bahasa yang Didukung | 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 } |